Skip to content
2 changes: 1 addition & 1 deletion SHA256.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ make sure that their SHA values match the values in the list below.
shasum -a 256 <location_of_the_downloaded_file>

3. Confirm that the SHA in your output matches the value in this list of SHAs.
1b12eb4a77ab7414bd5860a38f544e51f080f1dcff0771934b9f72360bc6a588 ./extensions/sfdx-code-analyzer-vscode-1.16.0.vsix
e5161cf997cb77dec5472957a971ee9aa30f6d8dbe48cfff87f69df19ae08471 ./extensions/sfdx-code-analyzer-vscode-1.17.0.vsix
4. Change the filename extension for the file that you downloaded from .zip to
.vsix.

Expand Down
140 changes: 90 additions & 50 deletions end-to-end/package-lock.json

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

6 changes: 3 additions & 3 deletions end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/vscode": "^1.90.0",
"@types/vscode": "^1.116.0",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"chai": "^6.2.1"
"chai": "^6.2.2"
},
"engines": {
"vscode": "^1.90.0"
"vscode": "^1.116.0"
},
"scripts": {
"pretest": "tsc -p .",
Expand Down
Loading
Loading