vscode: fix breaking change in psioniq extension

The extension now has a default typescript config an "*" doesn't
override it so we have to have an explicit "typescript" entry.
This commit is contained in:
David Lechner
2023-09-14 21:28:15 -05:00
committed by David Lechner
parent 64d489de60
commit 97f271f722
+6
View File
@@ -38,6 +38,12 @@
}
],
"psi-header.lang-config": [
{
"language": "typescript",
"begin": "",
"end": "",
"prefix": "// "
},
{
"language": "*",
"begin": "",