Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
vscode python extension was in the wrong place fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakeeNathees committed Aug 14, 2024
1 parent e2758ee commit 75e7278
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions support/vscode_ext/jac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@
"deploy": "vsce publish --yarn",
"vsce-package": "mkdir build && vsce package -o build/jac.vsix"
},
"extensionDependencies": [
"ms-python.python"
],
"dependencies": {
"vscode-languageclient": "^9.0.1",
"ms-python.python": "^2024.12.2"
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.14.1",
Expand Down

0 comments on commit 75e7278

Please sign in to comment.