Skip to content

Commit

Permalink
Add jsonc to trigger reloading tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
STRd6 committed Nov 18, 2023
1 parent df05a33 commit 4790035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsp/source/extension.civet
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function activateClient(context: ExtensionContext)
{ scheme: 'file', language: 'coffeescript' }
{ scheme: 'file', language: 'javascript' }
{ scheme: 'file', language: 'javascriptreact' }
{ scheme: 'file', language: 'jsonc' }
{ scheme: 'file', language: 'typescript' }
{ scheme: 'file', language: 'typescriptreact' }
]
Expand Down

0 comments on commit 4790035

Please sign in to comment.