mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
disable tree sitter workspace settings (#246700)
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -172,9 +172,9 @@
|
||||
"css.format.spaceAroundSelectorSeparator": true,
|
||||
"eslint.useFlatConfig": true,
|
||||
"editor.occurrencesHighlightDelay": 0,
|
||||
"editor.experimental.preferTreeSitter.typescript": true,
|
||||
"editor.experimental.preferTreeSitter.regex": true,
|
||||
"editor.experimental.preferTreeSitter.css": true,
|
||||
// "editor.experimental.preferTreeSitter.typescript": true,
|
||||
// "editor.experimental.preferTreeSitter.regex": true,
|
||||
// "editor.experimental.preferTreeSitter.css": true,
|
||||
"typescript.experimental.expandableHover": true,
|
||||
"git.diagnosticsCommitHook.enabled": true,
|
||||
"git.diagnosticsCommitHook.sources": {
|
||||
|
||||
Reference in New Issue
Block a user