Goal
View SVG graphics generated from TikZ code in VS Code.
Part I: generate SVG using LaTeX Workshop
From the IDE’s parameters tab, I found the tools and recipes parameters. I
clicked my user settings settings.json
twice: once through the tools, and once
through the recipes. Each click generated an array of default recipes or tools.
Each of the former is a sequence of the later, which represents a command. The
official examples and placeholders are easy to follow. Here’s the two JSON
objects that I added.