Skip to content

Commit 914a3a6

Browse files
authored
Merge pull request #16 from srl-labs/v0.2.1
Bump version to 0.2.1
2 parents d549922 + 64dfa7b commit 914a3a6

7 files changed

+193
-57
lines changed

.devcontainer/devcontainer.json

-14
This file was deleted.

.devcontainer/docker-in-docker/devcontainer.json

-8
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.2.1] - 2025-25-01
4+
### Added
5+
- Add buttons for shell, ssh and logs next to Containers
6+
37
## [0.2.0] - 2025-25-01
48
### Added
59
- Check if containerlab is installed

package-lock.json

+184-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
"displayName": "Containerlab",
55
"icon": "resources/containerlab.png",
66
"description": "Manages containerlab topologies in VS Code",
7-
"version": "0.2.0",
7+
"version": "0.2.1",
88
"engines": {
99
"vscode": "^1.70.0"
1010
},
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/srl-labs/vscode-containerlab"
1414
},
15+
"extensionPack": [
16+
"hediet.vscode-drawio",
17+
"redhat.vscode-yaml"
18+
],
1519
"main": "./out/extension.js",
1620
"activationEvents": [
1721
"onCommand:your.extension.command",

vscode-containerlab-0.2.0.vsix

-2.37 MB
Binary file not shown.

vscode-containerlab-0.2.1.vsix

2.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)