Skip to content

Commit

Permalink
Update vscode extension package config
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed Aug 3, 2024
1 parent 4544f3c commit 4fe82d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
5 changes: 1 addition & 4 deletions editors/vscode/client/package-lock.json

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

10 changes: 0 additions & 10 deletions editors/vscode/client/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"name": "protols-vscode",
"description": "VSCode extension for the protols language server",
"author": "Joe Kralicky",
"license": "Apache-2.0",
"version": "0.0.1",
"publisher": "kralicky",
"repository": {
"type": "git",
"url": "https://github.com/kralicky/protols"
},
"engines": {
"vscode": "^1.86.0"
},
Expand Down
6 changes: 3 additions & 3 deletions editors/vscode/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 editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"icon": "icon-128.png",
"engines": {
"vscode": "^1.86.0"
"vscode": "^1.92.0"
},
"activationEvents": [
"workspaceContains:**/*.proto"
Expand Down Expand Up @@ -178,4 +178,4 @@
"dependencies": {
"which": "^4.0.0"
}
}
}

0 comments on commit 4fe82d7

Please sign in to comment.