Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. Create a folder in your file system called diagrams. (You are welcome to call the folder something different, but this documentation will use “diagrams.”)

  2. In VS Code’s menu, click on File | Add Folders to Workspace… and then select the folder you created in the previous step.

  3. Create a new file with the filename first_diagram.pu by hovering over UNTITLED (WORKSPACE) and clicking on the file icon.

...