From 4848ca0c3bb4995aa0dcabe5906015706bd2c029 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Sat, 24 Jun 2023 11:08:46 +0200 Subject: [PATCH] re-add activation events --- CHANGELOG.md | 5 +++++ package.json | 20 ++++++++++++++------ pnpm-lock.yaml | 12 ++++++------ 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c0718..e65cf1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index dbbe903..016e620 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 437b870..bcb4fed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,13 +26,13 @@ dependencies: devDependencies: '@babel/core': - specifier: ^7.22.5 + specifier: ^7.22.1 version: 7.22.5 '@babel/preset-env': - specifier: ^7.22.5 + specifier: ^7.22.4 version: 7.22.5(@babel/core@7.22.5) '@babel/register': - specifier: ^7.22.5 + specifier: ^7.21.0 version: 7.22.5(@babel/core@7.22.5) '@nsis/logo': specifier: 0.0.0 @@ -41,10 +41,10 @@ devDependencies: specifier: ^18.14.0 version: 18.14.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.60.0 + specifier: ^5.59.8 version: 5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.43.0)(typescript@5.1.3) '@typescript-eslint/parser': - specifier: ^5.60.0 + specifier: ^5.59.8 version: 5.60.0(eslint@8.43.0)(typescript@5.1.3) '@vscode/vsce': specifier: ^2.19.0 @@ -56,7 +56,7 @@ devDependencies: specifier: ^0.18.7 version: 0.18.7 eslint: - specifier: ^8.43.0 + specifier: ^8.42.0 version: 8.43.0 eslint-plugin-json: specifier: ^3.1.0