Gitpod: VSCode extension latest version

Created on 28 Apr 2020  路  3Comments  路  Source: gitpod-io/gitpod

Pinning VSCode extension versions is really cool:

tasks:
- init: pip3 install cfn-lint
vscode:
  extensions:
    - [email protected]:3jS39ZZBIttaSEQP0R5BKg==

Would it also be possible to install the latest version of a VSCode extension?

tasks:
- init: pip3 install cfn-lint
vscode:
  extensions:
    - kddejong.vscode-cfn-lint

https://www.gitpod.io/docs/vscode-extensions/

enhancement vscode vscode-extension

Most helpful comment

We are going to support connecting to open-vsx soon. With that we will think about supporting it.

All 3 comments

We are going to support connecting to open-vsx soon. With that we will think about supporting it.

We are going to support connecting to open-vsx soon. With that we will think about supporting it.

@svenefftinge is connecting to open-vsx supported now? Is this possible now?

Gitpod is connected with Open VSX, but we don't support auto resolution of latest version yet.

Was this page helpful?
0 / 5 - 0 ratings