Skip to content

Instantly share code, notes, and snippets.

@masautt
Last active November 7, 2019 21:58
Show Gist options
  • Save masautt/b901402f2202a3e5bf756f07c9c213ab to your computer and use it in GitHub Desktop.
Save masautt/b901402f2202a3e5bf756f07c9c213ab to your computer and use it in GitHub Desktop.
VSCode Settings
{
"editor.accessibilitySupport": "off",
"editor.mouseWheelZoom": true,
"workbench.iconTheme": "material-icon-theme",
"editor.detectIndentation": false,
"explorer.confirmDelete": false,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"terminal.integrated.rendererType": "dom",
"workbench.colorTheme": "One Dark Pro Vivid",
"sync.autoDownload": true,
"sync.autoUpload": true
}
This is another test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment