...
Info |
---|
Note that the PlantUML page shown in the right panel contains useful information about using the PlantUML extension for VS Code. You can always go back to it by repeating steps 1-4 above. |
Open Folder in VS Code and Create File
Create a folder in your file system called
diagrams
. (You are welcome to call the folder something different, but this documentation will use “diagrams.”)In VS Code’s menu, click on
File | Add Folders to Workspace…
and then select the folder you created in the previous step.Create a new file with the filename
first_diagram.pu
by hovering overUNTITLED (WORKSPACE)
and clicking on the file icon.
...