disable tree sitter workspace settings (#246700)

This commit is contained in:
João Moreno
2025-04-16 11:27:06 +02:00
committed by GitHub
parent ef455e8f13
commit f949f5e9b3

View File

@@ -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": {