fix: add activationEvents to active client

This commit is contained in:
moushicheng
2023-12-30 14:25:23 +08:00
parent 94c1b179c7
commit c4a548fcf5

View File

@ -14,7 +14,9 @@
"engines": {
"vscode": "^1.74.0"
},
"activationEvents": [],
"activationEvents": [
"onLanguage:html1"
],
"main": "./client/out/extension",
"contributes": {
"languages": [
@ -48,4 +50,4 @@
"eslint": "^7.21.0",
"typescript": "^5.3.2"
}
}
}