Vscode Configuation Issues - On Anaconda :: Debugging-complaints From The System
while starting VSCode on Anaconda i just ran into some issues. Note: i run VsCode 1.52.1 - in Anaconda on Win 10 In earlier times i had VSCode installed with platform.io - but this
Solution 1:
You need to annotate preLaunchTask
:
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
Post a Comment for "Vscode Configuation Issues - On Anaconda :: Debugging-complaints From The System"