Skip to content

Commit

Permalink
🔧 Update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nismit committed Jun 12, 2022
1 parent 9fb3520 commit d3c97dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.wordWrap": "on",
"editor.quickSuggestions": false,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.defaultFormatter": "vscode.markdown-language-features",
},
"editor.lineNumbers": "on",
Expand Down

0 comments on commit d3c97dc

Please sign in to comment.