You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting error : "Unable to install extension 'ms-toolsai.jupyter' as it is not compatible with VS Code '1.90.2'."
Steps to reproduce:
Get newest VSCode (version above)
Get newest Jupyter Extention (version above) by dowloading extention file
Try installing extention from file
Logs
It seems like Jupyter extention requires a vscode version that does not exist yet. packe.json under engines has line "engines":{"vscode":"^1.91.0"} ..., but at the moment of writing this issue last availible version of VSCode is 1.90.2
The text was updated successfully, but these errors were encountered:
gshigin
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Jun 26, 2024
Environment data
Expected behaviour
The extension should be successfully installed
Actual behaviour
Getting error : "Unable to install extension 'ms-toolsai.jupyter' as it is not compatible with VS Code '1.90.2'."
Steps to reproduce:
Logs
It seems like Jupyter extention requires a vscode version that does not exist yet.
packe.json
under engines has line"engines":{"vscode":"^1.91.0"} ...
, but at the moment of writing this issue last availible version of VSCode is 1.90.2The text was updated successfully, but these errors were encountered: