Skip to content

Commit

Permalink
Use optionalDependencies instead of peerDependencies for `@vscode…
Browse files Browse the repository at this point in the history
…/python-extension` npm package (#21763)

Closes #21720
  • Loading branch information
Kartik Raj committed Aug 4, 2023
1 parent dd20561 commit cabdf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythonExtensionApi/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 pythonExtensionApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bugs": {
"url": "https://github.com/Microsoft/vscode-python/issues"
},
"peerDependencies": {
"optionalDependencies": {
"@types/vscode": "^1.78.0"
},
"devDependencies": {
Expand Down

0 comments on commit cabdf39

Please sign in to comment.