fix for typescript-vscode-sh-plugin not found

This commit is contained in:
Martin Aeschlimann 2020-01-17 16:09:44 +01:00
parent 5b96deebf4
commit b6e7eaa1bd

View file

@ -957,7 +957,8 @@
],
"typescriptServerPlugins": [
{
"name": "typescript-vscode-sh-plugin"
"name": "typescript-vscode-sh-plugin",
"enableForWorkspaceTypeScriptVersions": true
}
]
}