Skip to content

Commit

Permalink
make the python vscode extension a dependency of the basedpyright vsc…
Browse files Browse the repository at this point in the history
…ode extension as it's required to detect the python interpreter
  • Loading branch information
DetachHead committed Aug 22, 2024
1 parent 8fc0063 commit a9ba337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vscode-pyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,9 @@
}
]
},
"extensionDependencies": [
"ms-python.python"
],
"scripts": {
"clean": "shx rm -rf ./dist ./out README.md",
"prepack": "npm run clean && shx cp ../../README.md . && shx cp ../../LICENSE.txt . && npm run build",
Expand Down

0 comments on commit a9ba337

Please sign in to comment.