Cannot install extension with vscode 1.111.0 #25855
Replies: 1 comment
|
The error means the version of the Python extension that VS Code is trying to install requires a newer VS Code version than VS Code extensions declare their minimum compatible editor version using the So this is not a Python installation problem. You have two practical options:
You can find older releases here:
For a specific release, open its "engines": {
"vscode": "..."
}The version constraint there must include VS Code I would recommend updating VS Code if possible, since installing an older Python extension may also mean missing newer fixes and Python environment improvements. Also, |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I cannot install the
pythonextension with VSC 1.111.0The error message is :
Can't install 'ms-python.python' extension because it is not compatible with the current version of Visual Studio Code (version 1.111.0)I cannot report via the
Help: Report issue...because the extension is not yet installed in VSC.All reactions