Skip to content

Commit

Permalink
add typescriptServerPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jul 16, 2024
1 parent 1f1caf0 commit 9514923
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@
}
}
],
"typescriptServerPlugins": [
{
"name": "@glint/typescript-plugin",
"enableForWorkspaceTypeScriptVersions": true,
"languages": [
"glimmer-ts",
"glimmer-js"
]
}
],
"jsonValidation": [
{
"fileMatch": "jsconfig*.json",
Expand Down

0 comments on commit 9514923

Please sign in to comment.