From c0ec61958e1acd0fd7701797af7b81b060d2fa91 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:11:23 -0700 Subject: [PATCH] Fix readme format, upgrade vsce (#525) --- package-lock.json | 14 +++++++------- package.json | 2 +- readme.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb025280..1c750a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/xml2js": "^0.4.11", "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.3.10", - "@vscode/vsce": "^3.1.0", + "@vscode/vsce": "^3.1.1", "chai": "^4.3.7", "del-cli": "^5.1.0", "esbuild": "^0.23.1", @@ -1762,9 +1762,9 @@ } }, "node_modules/@vscode/vsce": { - "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/@vscode/vsce/-/vsce-3.1.0.tgz", - "integrity": "sha512-fwdfp1Ol+bZtlSGkpcd/nztfo6+SVsTOMWjZ/+a88lVtUn7gXNbSu7dbniecl5mz4vINl+oaVDVtVdGbJDApmw==", + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/@vscode/vsce/-/vsce-3.1.1.tgz", + "integrity": "sha512-N62Ca9ElRPLUUzf7l9CeEBlLrYzFPRQq7huKk4pVW+LjIOSXfFIPudixn5QvZcz+yXDOh15IopI3K2o3y9666Q==", "dev": true, "license": "MIT", "dependencies": { @@ -8009,9 +8009,9 @@ } }, "@vscode/vsce": { - "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/@vscode/vsce/-/vsce-3.1.0.tgz", - "integrity": "sha512-fwdfp1Ol+bZtlSGkpcd/nztfo6+SVsTOMWjZ/+a88lVtUn7gXNbSu7dbniecl5mz4vINl+oaVDVtVdGbJDApmw==", + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/@vscode/vsce/-/vsce-3.1.1.tgz", + "integrity": "sha512-N62Ca9ElRPLUUzf7l9CeEBlLrYzFPRQq7huKk4pVW+LjIOSXfFIPudixn5QvZcz+yXDOh15IopI3K2o3y9666Q==", "dev": true, "requires": { "@azure/identity": "^4.1.0", diff --git a/package.json b/package.json index 5c6b0804..1b3401f6 100644 --- a/package.json +++ b/package.json @@ -1168,7 +1168,7 @@ "@types/xml2js": "^0.4.11", "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.3.10", - "@vscode/vsce": "^3.1.0", + "@vscode/vsce": "^3.1.1", "chai": "^4.3.7", "del-cli": "^5.1.0", "esbuild": "^0.23.1", diff --git a/readme.md b/readme.md index 41bf9959..d0ad1f35 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ ## Install -AHK++ is available for: [VS Code](https://code.visualstudio.com) | [Theia IDE](https://theia-ide.org) | [VSCodium](https://vscodium.com) | ...any other IDE that supports *.vsix extensions +AHK++ is available for: [VS Code](https://code.visualstudio.com) | [Theia IDE](https://theia-ide.org) | [VSCodium](https://vscodium.com) | ...any other IDE that supports \*.vsix extensions Install from a marketplace: [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus) | [Open VSX Registry](https://open-vsx.org/extension/mark-wiemer/vscode-autohotkey-plus-plus)