File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ run-all: install-deps format-python check-python test-python check-commits build
88install-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
2012test-python :
2113 poetry run pytest
You can’t perform that action at this time.
0 commit comments