-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Description
- Web Browser: None
- Local OS: n/a
- Remote OS: within docker container
- Remote Architecture: (from docker) Linux 1b4f61ce602c 5.4.0-60-generic Crash on Debian 8 #67-Ubuntu SMP Tue Jan 5 18:31:36 UTC 2021 x86_64 GNU/Linux
code-server --version
: "3.8.0 c4610f7" and "3.7.2 a0db672"
This is not a problem with 3.7.1
When running ...
$ code-server --install-extension ms-python.python@2020.5.86806
Installing extensions...
Installing extension 'ms-python.python' v2021.1.502429796...
Extension 'ms-python.python' v2021.1.502429796 was successfully installed.
Notice that it installed a version different than what was requested. It seems to always install the latest, no matter what valid version I request.
Also, this happens... (just putting a different valid version now)
1b4f61ce602c:~$ code-server --install-extension ms-python.python@2020.12.424452561
Installing extensions...
Extension 'ms-python.python@2020.12.424452561' is already installed.
... which it isn't. See...
1b4f61ce602c:~$ code-server --list-extensions --show-versions
ms-python.python@2021.1.502429796
ms-toolsai.jupyter@2020.12.1
Please let me know if this is an upstream problem I need to file, and where.
Thanks!