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
Clean .vscode or .theia folder from the workspace if there is any
Override preference configuration to getPaths return only .vscode
Run command add debug configuration
The configuration is created anyway in .theia folder due to the hard coded name in the code above
OS and Theia version: All
Diagnostics:
N/A
Question:
If I want to fix it what is the correct API to call? Is it PreferenceConfigurations.getPaths()[0] or is there any abstraction on top of it that I should use?
The text was updated successfully, but these errors were encountered:
Description
when you add debug configuration for the first time it also ignores the preference (.vscode and .theia folders): https://github.com/theia-ide/theia/blob/af00d42b3d71b0d0b723cb970fefafb9c8500281/packages/debug/src/browser/debug-configuration-manager.ts#L255
Reproduction Steps
OS and Theia version: All
Diagnostics:
N/A
Question:
If I want to fix it what is the correct API to call? Is it PreferenceConfigurations.getPaths()[0] or is there any abstraction on top of it that I should use?
The text was updated successfully, but these errors were encountered: