We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c460cfc commit f63b9eeCopy full SHA for f63b9ee
.vscode/settings.json
@@ -1,6 +1,10 @@
1
{
2
"[markdown]": {
3
- "editor.quickSuggestions": false,
+ "editor.quickSuggestions": {
4
+ "comments": "off",
5
+ "strings": "off",
6
+ "other": "off"
7
+ },
8
"editor.wordWrap": "off"
9
},
10
"[powershell]": {
0 commit comments