Skip to content

Commit

Permalink
fix: enable breadcrumbs in VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao7 committed Dec 23, 2024
1 parent b64b4e4 commit 64e222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"window.nativeFullScreen": true,
"files.insertFinalNewline": true,
"workbench.editor.showTabs": "multiple",
"breadcrumbs.enabled": false,
"breadcrumbs.enabled": true,
"editor.matchBrackets": "never",
"workbench.tips.enabled": false,
"editor.colorDecorators": true,
Expand Down

0 comments on commit 64e222e

Please sign in to comment.