Last active
November 28, 2018 23:08
-
-
Save tberghuis/10f89cd157a6ef7d3c29a6ab89ee9f57 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**user settings** | |
{ | |
"editor.quickSuggestions": { | |
"other": false, | |
"comments": false, | |
"strings": false | |
}, | |
"editor.suggestOnTriggerCharacters": false, | |
"editor.parameterHints": false, | |
"[javascript]": { | |
"editor.formatOnSave": true | |
}, | |
"editor.hover.enabled": true | |
} | |
**installed extensions** | |
vetur |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment