Open Launch.json - in VSCode - configuration and Platforum.io

hello dear experts,

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 was long time ago. now i wanted to execude a python script - but this did not work - i got back the following image
image

and then i choosed "open Launch.json " - see the according image:

enter image description here

but i am not sure what to do here?!

 / / PIO Unified Debugger
    
    
    //
    
    // Documentation: https://docs.platformio.org/page/plus/debugging.html
    
    // Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
    
    {
    
        "version": "0.2.0",
    
        "configurations": [
    
            {
    
                "type": "platformio-debug",
    
                "request": "launch",
    
                "name": "PIO Debug",
    
                "executable": "c:/Users/tarifa/Documents/PlatformIO/Projects/ESP/.pio/build/esp32dev/firmware.elf",
    
                "projectEnvName": "esp32dev",
    
                "toolchainBinDir": "C:/Users/tarifa/.platformio/packages/toolchain-xtensa32/bin",
    
                "internalConsoleOptions": "openOnSessionStart",
    
                "preLaunchTask": {
    
                    "type": "PlatformIO",
    
                    "task": "Pre-Debug"
    
                }
    
            },
    
            {
    
                "type": "platformio-debug",
    
                "request": "launch",
    
                "name": "PIO Debug (skip Pre-Debug)",
    
                "executable": "c:/Users/tarifa/Documents/PlatformIO/Projects/ESP/.pio/build/esp32dev/firmware.elf",
    
                "projectEnvName": "esp32dev",
    
                "toolchainBinDir": "C:/Users/tarifa/.platformio/packages/toolchain-xtensa32/bin",
    
                "internalConsoleOptions": "openOnSessionStart"
    
            }
    
        ]
    
    }

well i guess that i have to do some more configurations of the VSCode

btw. it seems to be so, that i can update /& upgrade VScode form Version 1.52.xy to newer versions!?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.