mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
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:
committed by
David Lechner
parent
64d489de60
commit
97f271f722
Vendored
+6
@@ -38,6 +38,12 @@
|
||||
}
|
||||
],
|
||||
"psi-header.lang-config": [
|
||||
{
|
||||
"language": "typescript",
|
||||
"begin": "",
|
||||
"end": "",
|
||||
"prefix": "// "
|
||||
},
|
||||
{
|
||||
"language": "*",
|
||||
"begin": "",
|
||||
|
||||
Reference in New Issue
Block a user