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'm trying to avoid manually install the debugger on each build (dev container), what is the correct extension handle to use? Right now tried this without much success:
[...]
"customizations": {
// Configure properties specific to VS Code."vscode": {
// Add the IDs of extensions you want installed when the container is created."extensions": [
"ms-vscode.python-debug". <---- This sadly don't work
]
}
},
[...]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to avoid manually install the debugger on each build (dev container), what is the correct extension handle to use? Right now tried this without much success:
Beta Was this translation helpful? Give feedback.
All reactions