Skip to content

Commit

Permalink
re-add activation events
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 24, 2023
1 parent d6f6ddd commit 4848ca0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.0.0 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v4.0.0)

- target Visual Studio Code v1.75 (or later)
- update dependencies

# v3.52.0 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v3.52.0)

- add support for `${Case}` variants
Expand Down
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"which": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/register": "^7.21.0",
"@nsis/logo": "0.0.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vscode/vsce": "^2.19.0",
"cross-env": "^7.0.3",
"esbuild": "^0.18.7",
"eslint": "^8.43.0",
"eslint": "^8.42.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-yaml": "^0.5.0",
"gulp": "^4.0.2",
Expand All @@ -85,6 +85,14 @@
"Snippets",
"Other"
],
"activationEvents": [
"onCommand:extension.nsis.command-reference",
"onCommand:extension.nsis.open-settings",
"onCommand:extension.nsis.show-compiler-flags",
"onCommand:extension.nsis.show-version",
"onLanguage:nlf",
"onLanguage:nsis"
],
"contributes": {
"configuration": {
"type": "object",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4848ca0

Please sign in to comment.