Skip to content

Commit

Permalink
Testing engine vscode to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 15, 2023
1 parent cc64bfa commit 1e75ff4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/uqbar-project/wollok-lsp-ide"
},
"engines": {
"vscode": "^1.83.0"
"vscode": "1.84.2"
},
"dependencies": {
"@types/vscode": "^1.83.0"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"icon": "images/wollokIdeLogo.png",
"engines": {
"vscode": "^1.83.0"
"vscode": "1.84.2"
},
"activationEvents": [
"onLanguage:wollok"
Expand Down

0 comments on commit 1e75ff4

Please sign in to comment.