Skip to content

Commit

Permalink
feat(vs): set editor.occurrencesHighlight to multiFile
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Nov 1, 2024
1 parent e150b46 commit 9f2312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/macos/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"editor.minimap.maxColumn": 40,
"editor.minimap.showSlider": "always",
"editor.linkedEditing": true,
"editor.occurrencesHighlight": "multiFile",
"editor.renderLineHighlight": "all",
"editor.snippetSuggestions": "bottom",
// VS Intellicode
Expand Down Expand Up @@ -272,7 +273,6 @@
"workbench.editor.historyBasedLanguageDetection": true,
// Experimental
"workbench.editor.doubleClickTabToToggleEditorGroupSizes": "maximize",
"editor.multiDocumentOccurrencesHighlight": true,
// Experimental
"workbench.iconTheme": "vscode-icons",
"errorLens.exclude": [
Expand Down

0 comments on commit 9f2312f

Please sign in to comment.