mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
fix: add activationEvents to active client
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user