Skip to content

code-server --install-extension ms-python.python@<version> always installs the latest version #2626

@ddurham2

Description

@ddurham2
  • 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions