mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
fix for typescript-vscode-sh-plugin not found
This commit is contained in:
@@ -957,7 +957,8 @@
|
||||
],
|
||||
"typescriptServerPlugins": [
|
||||
{
|
||||
"name": "typescript-vscode-sh-plugin"
|
||||
"name": "typescript-vscode-sh-plugin",
|
||||
"enableForWorkspaceTypeScriptVersions": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user