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
Current Result: If you save a breakpoitn profile, then try to load it, the list of the points is displayed correctly in the bttoom left panel, but the red points at the left of the line of code in the main editor window are not displayed.
Bug description
Current Result: If you save a breakpoitn profile, then try to load it, the list of the points is displayed correctly in the bttoom left panel, but the red points at the left of the line of code in the main editor window are not displayed.
Please check the video for more details:
https://github.com/user-attachments/assets/6b001b68-0cbd-4e7d-a1cf-3818700d4222
please fell free to delete the file to save space later.
VS CODE info:
Version: 1.93.0 (user setup)
Commit: 4849ca9bdf9666755eb463db297b69e5385090e3
Date: 2024-09-04T13:02:38.431Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
a breakpoint json example contents:
[{"location":"my location","range":[{"line":304,"character":0},{"line":304,"character":0}],"enabled":true},{"location":"..\..\..\c:\PROJECTS\GODOT\visual-novel-the-complex-man\Scripts\Managers\InputManager.cs","range":[{"line":303,"character":0},{"line":303,"character":0}],"enabled":true}]
my settings.json:
{
"workbench.editor.tabSizing": "shrink",
// "workbench.editor.labelFormat": "short",
"workbench.editor.wrapTabs": false,
"workbench.editor.decorations.badges": false,
// "workbench.editor.decorations.colors": false,
"workbench.editor.showIcons": false,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"editor.codeLens": false,
"references.preferredLocation": "view",
"git.ignoreMissingGitWarning": true,
"dotnet.server.useOmnisharp": true,
"omnisharp.enableEditorConfigSupport": false,
"editor.minimap.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"workbench.editor.empty.hint": "hidden",
"editor.fontVariations": false,
"workbench.editor.tabSizingFixedMinWidth": 45,
"editor.scrollbar.horizontalScrollbarSize": 14,
"workbench.editor.titleScrollbarSizing": "large",
"workbench.editor.tabSizingFixedMaxWidth": 100,
"json.schemas": [
}
How to reproduce
Expected behavior
Expected Result: the red breakpoints should be displayed once a breakpoint profile is loaded.
The text was updated successfully, but these errors were encountered: