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
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.
Most helpful comment
We are going to support connecting to open-vsx soon. With that we will think about supporting it.