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
I encountered the following issue while trying to debug Python code in coder-server.
Below is my environment information.
Web Browser: Chrome 86
Local OS: macOS Catalina
Remote OS: Ubuntu LTS (in Docker)
Remote Architecture:
code-server --version: 3.6.2
And my launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
The text was updated successfully, but these errors were encountered:
I think this is probably the same issue causing #2341 so I'll close this in order to track there. Please let me know if it doesn't look like the same issue though!
Hi, the issue #2341 was closed due to inactivity. So, I am posting here what worked for me, although quite simple:
Facing same problem as @dclong , I went to extensions, and there was a sneaky mention that the "Python (Intellisense or Pylance)" failed to load and needed a 'reload'. After reloading, the error got resolved. :)
I encountered the following issue while trying to debug Python code in coder-server.

Below is my environment information.
code-server --version
: 3.6.2And my launch.json
The text was updated successfully, but these errors were encountered: