vscli 1.3.3

A CLI tool to launch vscode projects, which supports devcontainers.
1
2
3
4
5
6
7
{
	"name": "Rust",
	"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
	"features": {
		"ghcr.io/guiyomh/features/just:0": {}
	}
}