vscli 1.3.0

A CLI tool to launch vscode projects, which supports devcontainers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
changelog:
  exclude:
    labels:
      - no-release-note
  categories:
    - title: Enhancements
      labels:
        - enhancement
    - title: Bugfixes
      labels:
        - bug
    - title: Dependency updates
      labels:
        - "dependencies"