Open.launch.json - while trying to get vscode to work

0 views
Skip to first unread message

Martin Kaspar

unread,
May 20, 2021, 5:01:15 AM5/20/21
to Anaconda - Public

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

i wanted to execude a python script - but this did not work - i got back the following image 



and then i choosed   "open Launch.json " 

but i am not sure what to do here?! 

/    / PIO Unified Debugger

    //



    {

        "version": "0.2.0",

        "configurations": [

            {

                "type": "platformio-debug",

                "request": "launch",

                "name": "PIO Debug",

                "executable": "c:/Users/Kasper/Documents/PlatformIO/Projects/ESP/.pio/build/esp32dev/firmware.elf",

                "projectEnvName": "esp32dev",

                "toolchainBinDir": "C:/Users/Kasper/.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/Kasper/Documents/PlatformIO/Projects/ESP/.pio/build/esp32dev/firmware.elf",

                "projectEnvName": "esp32dev",

                "toolchainBinDir": "C:/Users/Kasper/.platformio/packages/toolchain-xtensa32/bin",

                "internalConsoleOptions": "openOnSessionStart"

            }

        ]

    }

Reply all
Reply to author
Forward
0 new messages