Having trouble installing vscode-python, using OSS on arch-based linux. #24273
Replies: 1 comment
-
I worked around this by installing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using OSS version 1.90.0 (latest at time of writing) on EndeavourOS, which is arch-based. When I attempt to do anything that 'wakes' the ms-python extension (such as creating a new .py file or loading the extension's welcome page), there is a message that never goes away which says "Python extension loading...", and an error which reads "Extension activation failed, run the 'Developer: Toggle Developer Tools' command for more information". Opening the dev console reveals the following error:
I have tried adding
"enable-proposed-api": ["ms-python.python"]
to argv.json, but it did not work. Disabling telemetry in settings did not work. Disabling terminal shell integration also did not work. How can I get this set up properly?Beta Was this translation helpful? Give feedback.
All reactions