Python error in VSCode :Sorry, something went wrong activating IntelliCode support for Python
Answer a question
My code is not working in vscode when i click to run code i saw this error:
Sorry, something went wrong activating IntelliCode support for Python. Please check the "Python" and "VS IntelliCode" output windows for details.
and when i try to run code again i saw this message;
Code is already running
Code dont stop when i click to ctrl+c so i have to close the editor and open it back. I dont understand why this happen , please help me,thanks in advance.
Answers
I would just like to add a few helpful links:
Intellicode Issue 57
Intellicode Issue 266
Gitmemory issue 486082039
For a lot of people, it just began working after a few tries randomly. See this text (quoted from issue 57):
There's a race condition in the activation of both the IntelliCode and Python language server extensions. Even if the Python extension is loaded, the language server that the extension spins up might not be fully initialized yet. So if the Python extension loads, then the IntelliCode extension, then the Python language server initializes, we will have this problem.
For some people, it was working to reload VS Intellicode pack following the reinstall the Python extension pack.
Thank you.
更多推荐
所有评论(0)