Skip to content

Commit

Permalink
update vscode to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
ultram4rine committed Aug 11, 2024
1 parent 6aee423 commit 44c12b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,7 @@
]
}
},
"activationEvents": [
"onCommand:license.chooseLicense",
"onCommand:license.addDefaultLicense",
"onCommand:license.chooseMultipleLicenses",
"onCommand:license.setDefaultLicense",
"onCommand:license.setAuthor",
"onCommand:license.setYear",
"onCommand:license.setExtension",
"onCommand:license.setFilename",
"onCommand:license.setToken"
],
"activationEvents": [],
"dependencies": {
"@octokit/request-error": "^5.1.0",
"@octokit/rest": "^20.1.1"
Expand All @@ -180,7 +170,7 @@
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.7",
"@types/node": "^22.2.0",
"@types/vscode": "^1.43.0",
"@types/vscode": "^1.75.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.56",
Expand All @@ -193,7 +183,7 @@
"typescript-eslint": "^8.0.1"
},
"engines": {
"vscode": "^1.43.0"
"vscode": "^1.75.0"
},
"icon": "images/icon.png",
"badges": [
Expand Down

0 comments on commit 44c12b8

Please sign in to comment.