Skip to content

Commit

Permalink
update .vscodeignore to include TopoViewer and update version to 0.4.…
Browse files Browse the repository at this point in the history
…0 in package files
  • Loading branch information
FloSch62 committed Feb 1, 2025
1 parent d12c774 commit d29835c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
14 changes: 12 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Development folders
.vscode/**
.vscode-test/**
src/**

# Config files
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/eslint.config.mjs

# Source maps and TypeScript files
**/*.map
**/*.ts
**/.vscode-test.*

# Built packages
*.vsix

# Exclude all src except what we need
src/*
!src/topoViewer
!src/webview/inspect.css
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.4.0] - 2025-02-01

* Refactor the tree provider by @kaelemc in https://github.com/srl-labs/vscode-containerlab/pull/35
* intial integration of TopoViewer via git-submodule topoViewer-frontend by @asadarafat in https://github.com/srl-labs/vscode-containerlab/pull/38

## New Contributors
* @asadarafat made their first contribution in https://github.com/srl-labs/vscode-containerlab/pull/38

## [0.3.0] - 2025-26-01
* Fix Selected lab status turn grey on selection by @FloSch62 in https://github.com/srl-labs/vscode-containerlab/pull/24
* Add lab folder to workspace by @FloSch62 in https://github.com/srl-labs/vscode-containerlab/pull/25
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A Visual Studio Code extension that integrates [containerlab](https://containerl
- **Graph Lab (Web)**: runs `containerlab graph` in a Terminal
- **Graph Lab (draw.io)**: runs `containerlab graph --drawio` , then opens the `.drawio` file
- **Graph Lab (draw.io, Interactive)**: runs in Terminal with in interactive mode
- **Graph Lab (Topoviewer)**: interactive, web-based interface for visualizing Containerlab topologies

---

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Containerlab",
"icon": "resources/containerlab.png",
"description": "Manages containerlab topologies in VS Code",
"version": "0.3.2",
"version": "0.4.0",
"engines": {
"vscode": "^1.70.0"
},
Expand Down
Binary file not shown.

0 comments on commit d29835c

Please sign in to comment.