VSCode: Show debug console for each session

This commit is contained in:
Ivan Kravets
2018-02-02 17:51:54 +02:00
parent 3b99dabbf4
commit 17dc5f594f

View File

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