Skip to content

Instantly share code, notes, and snippets.

@0xdabbad00
Created January 2, 2019 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xdabbad00/12c4d6f40545987498eac2cf9a55950d to your computer and use it in GitHub Desktop.
Save 0xdabbad00/12c4d6f40545987498eac2cf9a55950d to your computer and use it in GitHub Desktop.
visual code preferences
{
"update.channel": "none",
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"editor.autoClosingBrackets": false,
"html.autoClosingTags": false,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.wordWrap": "on",
"window.title": "${activeEditorLong}",
"files.useExperimentalFileWatcher": true,
"editor.wordBasedSuggestions": false,
"[json]": {
"editor.quickSuggestions": {
"strings": false
}
},
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints": false,
"window.zoomLevel": 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment