Scope back navigation to the editor.

This commit is contained in:
Tom Alexander
2025-08-27 15:56:08 -04:00
parent 2f07067bda
commit 9ff8835e0a
3 changed files with 9 additions and 2 deletions

View File

@@ -51,5 +51,6 @@
],
"workbench.secondarySideBar.defaultVisibility": "hidden",
"editor.autoClosingBrackets": "never",
"editor.autoSurround": "never"
"editor.autoSurround": "never",
"workbench.editor.navigationScope": "editorGroup"
}