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 3
3
// Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
4
// List of extensions which should be recommended for users of this workspace.
5
5
"recommendations" : [
6
- " jebbs.plantuml" ,
7
6
" donjayamanne.githistory" ,
8
7
" felipecaputo.git-project-manager" ,
9
8
" 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
8
8
install-deps :
9
9
poetry install
10
10
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
-
19
11
# Run the Python tests
20
12
test-python :
21
13
poetry run pytest
You can’t perform that action at this time.
0 commit comments