Skip to content

Commit d53a6bc

Browse files
authored
config: hide secondary sidebar in vscode (#352)
1 parent 53b6c58 commit d53a6bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vscode/settings/User.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"[latex]": {
1515
"editor.wordWrap": "on"
1616
},
17-
"chat.disableAIFeatures": true
17+
"chat.disableAIFeatures": true,
18+
"workbench.secondarySideBar.defaultVisibility": "hidden"
1819
}

0 commit comments

Comments
 (0)