Skip to content

Commit

Permalink
Merge pull request microsoft#864 from AllanJard/main
Browse files Browse the repository at this point in the history
Fix microsoft#863 - Start language automatically
  • Loading branch information
aeschli committed Jun 12, 2024
2 parents 1ec33f4 + 56c48a3 commit e948dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lsp-embedded-request-forwarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"engines": {
"vscode": "^1.74.0"
},
"activationEvents": [],
"activationEvents": [
"onLanguage:html1"
],
"main": "./client/out/extension",
"contributes": {
"languages": [
Expand Down

0 comments on commit e948dda

Please sign in to comment.