-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's no run or debug option to debug app in container #5794
Comments
I have |
@chrmarti in the dev container: |
|
@weinand The debug UI seems to be missing the drop-down for launching. |
Hi, I have the same problem when opening VSC in remote through SSH. Killing the processes and deleting |
I'm investigating... |
The empty "Run and Debug" is an indication that no debugger extension is available in the dev container. Since VS Code comes with the built-in debugger "js-debug", this situation should not really occur... |
@Cecilia-Sensalari I don't think so. VS Code does not know anything about interpreters. So a missing Python interpreter is not detected by VS Code. Only the Python extension would be able to detect this... But is the Python extension(s) correctly enabled in the dev container? |
@weinand yea in my case I had disabled the built-in javascript debugger and installed a nightly version below: After enabling the built-in one, I see the debug options. Thanks! |
My analysis: I see two options for addressing this:
@connor4312 @roblourens @sandy081 opinions? |
This is because js-debug and js-debug-nightly are two different extensions mainly to have insiders support for the extension. We are planning to support insiders extension in VS Code through one extension. I am assuming this might fixes it. But, there is a catch here that js-debug is a built-in extension and we do not support updating built in extensions and we have to think how to support this. CC @isidorn |
After discussing with @sandy081 we have decided that enabling built-in extensions to on-board to the insiders extension story will only be possible once we start supporting updating built-in extensions out of band. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Issue Type: Bug
Open Remote - Containers
Select Try a Development Container Sample
Select Node
Navigate to "Run and Debug" and is empty
Extension version: 0.203.0
VS Code version: Code - Insiders 1.62.0-insider (0f7f6e338a4e86306474d4d01bdea9b8fe798017, 2021-10-27T05:15:08.811Z)
OS version: Darwin arm64 20.6.0
Restricted Mode: No
Remote OS version: Linux arm64 5.10.47-linuxkit
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: