Skip to content

Commit f1f9009

Browse files
committed
build: 🔥 remove plantuml recipes and extensions
1 parent 704e6fc commit f1f9009

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44
// List of extensions which should be recommended for users of this workspace.
55
"recommendations": [
6-
"jebbs.plantuml",
76
"donjayamanne.githistory",
87
"felipecaputo.git-project-manager",
98
"GitHub.vscode-pull-request-github",

justfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ run-all: install-deps format-python check-python test-python check-commits build
88
install-deps:
99
poetry install
1010

11-
# Generate SVG images from all PlantUML files
12-
generate-puml-all:
13-
docker run --rm -v $(pwd):/puml -w /puml ghcr.io/plantuml/plantuml:latest -tsvg "**/*.puml"
14-
15-
# Generate SVG image from specific PlantUML file
16-
generate-puml name:
17-
docker run --rm -v $(pwd):/puml -w /puml ghcr.io/plantuml/plantuml:latest -tsvg "**/{{name}}.puml"
18-
1911
# Run the Python tests
2012
test-python:
2113
poetry run pytest

0 commit comments

Comments
 (0)