Skip to content

Commit

Permalink
Reduce requirement to VS Code 1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Dec 10, 2024
1 parent f71e558 commit b173429
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ahk2
.@vscode/test-electron/
.vscode-test/
dist
e2e
node_modules
out

Expand All @@ -16,4 +17,3 @@ language/*.tmLanguage.json
*.log
*.txt
*.vsix

2 changes: 1 addition & 1 deletion ahk2
Submodule ahk2 updated from 1dc926 to 5be918
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.0",
"@types/sinon": "^17.0.3",
"@types/vscode": "1.93.0",
"@types/vscode": "1.68.0",
"@types/xml2js": "^0.4.11",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.3.10",
Expand All @@ -1183,7 +1183,7 @@
"vscode-tmgrammar-test": "^0.1.1"
},
"engines": {
"vscode": "^1.93.0"
"vscode": "^1.68.0"
},
"icon": "icon.png",
"galleryBanner": {
Expand Down

0 comments on commit b173429

Please sign in to comment.