Skip to content

Commit

Permalink
Merge pull request #936 from moushicheng/fix-lsp-active
Browse files Browse the repository at this point in the history
fix: lsp-embedded-language-serviceadd  add activationEvents to invoke  client
  • Loading branch information
aeschli authored May 6, 2024
2 parents 2185d36 + c4a548f commit 12375b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lsp-embedded-language-service/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 Expand Up @@ -48,4 +50,4 @@
"eslint": "^7.21.0",
"typescript": "^5.4.2"
}
}
}

0 comments on commit 12375b5

Please sign in to comment.