Add 0 occurrence highlight delay to repo settings (#233136)
add 0 occurrence highlight delay to repo settingspull/233220/head
parent
064919f86d
commit
69b3c885d1
|
@ -168,5 +168,6 @@
|
|||
},
|
||||
"css.format.spaceAroundSelectorSeparator": true,
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"eslint.useFlatConfig": true
|
||||
"eslint.useFlatConfig": true,
|
||||
"editor.occurrencesHighlightDelay": 0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue