fix(vscode): repair WRN language diagnostics and activation

This commit is contained in:
2026-07-19 14:02:17 +05:30
parent df4c1d3e7d
commit 646d16f83d
16 changed files with 425 additions and 171 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"comments": {
"lineComment": "//",
"blockComment": ["<!--", "-->"]
},
"brackets": [
@@ -46,7 +47,7 @@
"folding": {
"offSide": false,
"markers": {
"start": "^\\s*(?:page|component|layout|api|middleware|realtime|view|seo|props|functions)\\b.*\\{\\s*$",
"start": "^\\s*(?:page|component|layout|api|realtime|view|seo|props|style|functions|lifecycle|watch|ssr|client)\\b.*\\{\\s*$",
"end": "^\\s*\\}\\s*$"
}
}