You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to debug a Python or a Go application by using the launch.json file.
Current Behavior
I wanted to debug a Python or a Go application using the Docker Tag "version-v3.12.0" but it doesn't work anymore.
Didn't matter what I put in the launch.json file, the debugging process assumed that there was nothing there and prompted me with the default behavior. I tried to use different launch.json configurations for Python and for Go, even with the ones you can get by using Run > Add Configuration button in VSCode.
The solution is to use Docker Tag "version-v3.11.0"
Steps to Reproduce
Create any basic Python/Go file
Create a launch.json file from the VSCode GUI (Run > Add Configuration..)
Try to debug the Python/Go file
Environment
Docker Image used ghcr.io/linuxserver/code-server:version-v3.12.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
To be able to debug a Python or a Go application by using the launch.json file.
Current Behavior
I wanted to debug a Python or a Go application using the Docker Tag "version-v3.12.0" but it doesn't work anymore.
Didn't matter what I put in the launch.json file, the debugging process assumed that there was nothing there and prompted me with the default behavior. I tried to use different launch.json configurations for Python and for Go, even with the ones you can get by using Run > Add Configuration button in VSCode.
The solution is to use Docker Tag "version-v3.11.0"
Steps to Reproduce
Environment
Docker Image used ghcr.io/linuxserver/code-server:version-v3.12.0
The text was updated successfully, but these errors were encountered: