Project Generator: fixed a warning "Property !!! WARNING !!! is not allowed" for VSCode // Resolve #2243

This commit is contained in:
Ivan Kravets
2019-03-22 21:16:02 +02:00
parent d7e2d05f60
commit 9c1cc97776
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,9 @@ PlatformIO 3.0
3.6.6 (2019-??-??)
~~~~~~~~~~~~~~~~~~
* Fixed error with conflicting declaration of a prototype (Arduino sketch preprocessor)
* Project Generator: fixed a warning "Property !!! WARNING !!! is not allowed" for VSCode
(`issue #2243 <https://github.com/platformio/platformio-core/issues/2243>`_)
* Fixed an error with conflicting declaration of a prototype (Arduino sketch preprocessor)
* Fixed "FileExistsError" when `platformio ci <https://docs.platformio.org/en/latest/userguide/cmd_ci.html>`__ command is used in pair with ``--keep-build-dir`` option
3.6.5 (2019-03-07)

View File

@ -1,7 +1,9 @@
{
"!!! WARNING !!!": "PLEASE DO NOT MODIFY THIS FILE! USE https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags",
"configurations": [
{
"name": "!!! WARNING !!! AUTO-GENERATED FILE, PLEASE DO NOT MODIFY IT AND USE https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags"
},
{
% import platform
% from os.path import commonprefix, dirname
%