This extension contributes the following settings:
goViewPkg.showPrivate: Show private variables and functions.
goViewPkg.dotCmd: dot executable (Default is to pick up the dot command from the PATH).
goViewPkg.extraOptions: Extra options for dot when rendering the image. Here's an example that uses custom fonts and increases the resolution of the image: -Gfontname="Fira Code" -Nfontname="Fira Code" -Gsize=4,3 -Gdpi=1000
goViewPkg.format: Which format to product the image in.
goViewPkg.go2DotDir: Directory for the go2dot utility. This plugin will clone the go2dot utility if this directory does not yet exist (default: ${HOME}/.config/vscode-go2dot-view/go2dot)