Skip to content

Commit

Permalink
fix for typescript-vscode-sh-plugin not found
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jan 17, 2020
1 parent 5b96dee commit b6e7eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,8 @@
],
"typescriptServerPlugins": [
{
"name": "typescript-vscode-sh-plugin"
"name": "typescript-vscode-sh-plugin",
"enableForWorkspaceTypeScriptVersions": true
}
]
}
Expand Down

0 comments on commit b6e7eaa

Please sign in to comment.