SimonSiefke / vscode-svg-preview

Svg Preview for VSCode
MIT License
44 stars 4 forks source link

Readme fix autoOpen default false, actual is true #96

Open janosh opened 3 years ago

janosh commented 3 years ago

Copied from VS Code JSON settings defaults:

  // Automatically open the preview when an svg file is opened.
  "svgPreview.autoOpen": true,