Skip to content
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

Support Global Launch Configuration #8830

Open
RomanNikitenko opened this issue Dec 7, 2020 · 1 comment
Open

Support Global Launch Configuration #8830

RomanNikitenko opened this issue Dec 7, 2020 · 1 comment
Labels
bug bugs found in the application debug issues that related to debug functionality vscode issues related to VSCode compatibility

Comments

@RomanNikitenko
Copy link
Contributor

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

@RomanNikitenko 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
@RomanNikitenko
Copy link
Contributor Author

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:

So to get Global launch configurations support for Theia the issues #8987 and #8985 should be fixed.

@RomanNikitenko RomanNikitenko added bug bugs found in the application and removed enhancement issues that are enhancements to current functionality - nice to haves labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application debug issues that related to debug functionality vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant