We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd9146 commit d001002Copy full SHA for d001002
browser-app/package.json
@@ -37,7 +37,10 @@
37
"editor.autoSave": "on",
38
"editor.minimap.enabled": false,
39
"editor.tabSize": 2,
40
- "editor.scrollBeyondLastLine": false
+ "editor.scrollBeyondLastLine": false,
41
+ "editor.quickSuggestions": {
42
+ "other": false
43
+ }
44
}
45
46
},
electron-app/package.json
@@ -40,7 +40,10 @@
47
48
49
0 commit comments