Update Workspace configuration using API works incorrectly #8991
Labels
bug
bugs found in the application
debug
issues that related to debug functionality
plug-in system
issues related to the plug-in system
Bug Description:
I tried to update Workspace launch configurations using API and got incorrect JSON structure in workspace config file.
As result - updated
launch
configurations are not available for running fromDebug
panel.You can see my code for testing here
So, I took
launch
section from workspace config and tried to updateconfigurations
section.Expected:
Actual:
Steps to Reproduce:
plugins
folder of thetheia
F1 => Test: Update Workspace launch configurations
The command should:
The new test configuration should be available for running from
Debug
panel.But it isn't, as at the moment there is the described bug in
theia
.Additional Information
The text was updated successfully, but these errors were encountered: