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
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: containers/plantuml/README.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Summary
4
4
5
-
*Use PlantUML without installing all the dependencies locally. Includes Java, GraphViz, and the PlantUML extension.*
5
+
*Demonstrates using PlantUML local rendering without installing dependencies. Includes Java, GraphViz, and the PlantUML extension.*
6
6
7
7
| Metadata | Value |
8
8
|----------|-------|
@@ -12,27 +12,13 @@
12
12
13
13
## Usage
14
14
15
-
First, install the **[Visual Studio Code Remote Development](https://aka.ms/vscode-remote/download/extension)** extension pack if you have not already.
15
+
[See here for information on using this and other definitions in your project](../../README.md#using-a-definition). There are no addtional steps required.
16
16
17
-
To use the definition with your own project:
17
+
### Try it
18
18
19
-
1. Copy the `.devcontainer` folder into your project root.
20
-
2. Reopen the folder in the container (e.g. using the **Remote-Container: Reopen Folder in Container** command in VS Code) to use it unmodified.
21
-
22
-
If you prefer, you can look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.
23
-
24
-
If you want to try out the test project instead, run **Remote-Container: Open Folder in Container...** in VS Code and select a cloned copy of the entire folder.
25
-
26
-
Check out the samples folder or just do a markdown preview on this file once you've opened this folder in the container!
27
-
28
-
```plantuml
29
-
@startuml
30
-
Brain -> Brain: Wait, VS Code can do that?
31
-
Brain -> Mouth: Say "Cool!"
32
-
Mouth -> Ear: Cool!
33
-
Ear -> Brain: Heard myself say Cool!
34
-
@enduml
35
-
````
19
+
1. Run **Remote-Container: Open Folder in Container...** in VS Code and select a cloned copy of this entire folder.
20
+
2. The container will build and VS Code will connect.
21
+
3. Open `sample.plantuml` in the `test-project` folder and hit Alt-D.
0 commit comments