You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-15
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,16 @@
2
2
3
3
A Visual Studio Code extension that integrates [containerlab](https://containerlab.dev/) directly into your editor, providing a convenient tree view for managing labs and their containers.
4
4
5
-
> [!TIP]
6
-
> The **vscode-containerlab** extension auto-refreshes every few seconds, so your container statuses (running, exited, etc.) stay up-to-date in the tree!
7
-
8
5
---
9
6
10
-
## Features
11
-
12
7
-**Auto-discovery** of local `*.clab.yml` or `*.clab.yaml` files in your workspace.
13
8
-**Tree view** showing labs (green/red/grey icons) based on container states.
14
-
-**Right-click context menus** on labs to deploy, destroy, redeploy, or open lab files.
9
+
-**Right-click context menus** on labs to deploy, destroy, redeploy (with or without cleanup), or open lab files.
15
10
-**Right-click context menus** on containers to start/stop, attach a shell, SSH, or view logs.
16
11
-**Color-coded statuses**:
17
12
-**Green**: all containers in the lab are running.
18
13
-**Grey**: undeployed (no containers found).
19
-
-**Yellow**: partial states (some running, some stopped).
0 commit comments