Skip to content

Instantly share code, notes, and snippets.

@sevkin
Created January 11, 2023 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sevkin/7eb23b3759d7dea007e9bc158fd67af9 to your computer and use it in GitHub Desktop.
Save sevkin/7eb23b3759d7dea007e9bc158fd67af9 to your computer and use it in GitHub Desktop.
vscode Extension 'ms-python.python' CANNOT use API proposal:

Workaround for Arch Adding some more context here for those who may not know how to apply the solutions given here:

  • Install/update code-features

    yay code-features

  • In VSCode, Shift-Ctrl-P > "Configure Runtime Arguments" > Add this line:

    "enable-proposed-api": ["ms-python.python"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment