Add 0 occurrence highlight delay to repo settings (#233136)

add 0 occurrence highlight delay to repo settings
pull/233220/head
Michael Lively 2024-11-05 15:30:17 -08:00 committed by GitHub
parent 064919f86d
commit 69b3c885d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -168,5 +168,6 @@
},
"css.format.spaceAroundSelectorSeparator": true,
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.useFlatConfig": true
"eslint.useFlatConfig": true,
"editor.occurrencesHighlightDelay": 0,
}