Do not show debug console by default for VSCode

This commit is contained in:
Ivan Kravets
2018-01-31 01:11:25 +02:00
parent 00782fc624
commit c9e578f977

View File

@ -10,8 +10,7 @@
"target": "{{prog_path.replace('\\\\', '/').replace('\\', '/').replace('"', '\\"')}}", "target": "{{prog_path.replace('\\\\', '/').replace('\\', '/').replace('"', '\\"')}}",
"gdbpath": "{{join(dirname(platformio_path), "piodebuggdb").replace('\\\\', '/').replace('\\', '/').replace('"', '\\"')}}", "gdbpath": "{{join(dirname(platformio_path), "piodebuggdb").replace('\\\\', '/').replace('\\', '/').replace('"', '\\"')}}",
"autorun": [ "source .pioinit" ], "autorun": [ "source .pioinit" ],
"preLaunchTask": "PlatformIO: Pre-Debug", "preLaunchTask": "PlatformIO: Pre-Debug"
"internalConsoleOptions": "openOnSessionStart"
} }
] ]
} }