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
Our Java Debugger uses WorkspaceConfiguration.update API to insert more debug configurations into launch.json, but one problem with this API is that it reformats launch.json and remove the user's comments as well. The reformatting is not a big issue, but remove the existing comments looks like a bug.
The text was updated successfully, but these errors were encountered:
Our Java Debugger uses
WorkspaceConfiguration.update
API to insert more debug configurations into launch.json, but one problem with this API is that it reformats launch.json and remove the user's comments as well. The reformatting is not a big issue, but remove the existing comments looks like a bug.The text was updated successfully, but these errors were encountered: