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
The text was updated successfully, but these errors were encountered:
RomanNikitenko
added
enhancement
issues that are enhancements to current functionality - nice to haves
vscode
issues related to VSCode compatibility
debug
issues that related to debug functionality
labels
Dec 7, 2020
Theia supports launch configurations on User level.
But there are at least 2 bugs related to launch configurations:
launch configurations defined within user settings are not available for running (not displayed in Debug panel) if launch configurations are present in .theia/launch.json or .vscode/launch.json
User level launch configurations are associated with folders
Theia has similar issues for Workspace-scoped launch configurations:
Feature Description:
VS Code supports adding
launch
configurations to user settings.Please see more details here: https://code.visualstudio.com/docs/editor/debugging#_global-launch-configuration
The text was updated successfully, but these errors were encountered: