Skip to content

Commit

Permalink
Revert "Pin VSCode Python extension to avoid Jedi snippets"
Browse files Browse the repository at this point in the history
This reverts commit 02033b8.

The VSCode Python extension altered the behavior of snippet expansion
when using the open-source Jedi LSP, adding parentheses after class
names. This behavior may be bothersome when adding type annotations.
To avoid this behavior, the VSCode Python extension was pinned to a
prior version, `[email protected]`.

Thanks to a community contribution, this issue is now resolved as of
[email protected] (2023-06-08).

microsoft/vscode-python#15858
  • Loading branch information
br3ndonland committed Sep 11, 2023
1 parent c93c42f commit 1c68b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/extensions/marketplace-open-vsx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hashicorp.terraform
mikestead.dotenv
ms-python.black-formatter
ms-python.isort
ms-python.python@2021.9.1246542782
ms-python.python
redhat.vscode-yaml
streetsidesoftware.code-spell-checker
svelte.svelte-vscode
Expand Down

0 comments on commit 1c68b3f

Please sign in to comment.