forked from platformio/platformio-core
Project Generator: fixed a warning "Property !!! WARNING !!! is not allowed" for VSCode // Resolve #2243
This commit is contained in:
@ -7,7 +7,9 @@ PlatformIO 3.0
|
|||||||
3.6.6 (2019-??-??)
|
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
|
* 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)
|
3.6.5 (2019-03-07)
|
||||||
|
@ -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": [
|
"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
|
% import platform
|
||||||
% from os.path import commonprefix, dirname
|
% from os.path import commonprefix, dirname
|
||||||
%
|
%
|
||||||
|
Reference in New Issue
Block a user