Enable tree sitter for typescript (#243322)

This commit is contained in:
Alex Ross
2025-03-12 11:12:18 +01:00
committed by GitHub
parent bdc8c07580
commit 94ee396f84

View File

@@ -177,5 +177,6 @@
"*": "error",
"ts": "warning",
"eslint": "warning"
}
},
"editor.experimental.preferTreeSitter.typescript": true
}