|
12 | 12 | "extensions": [
|
13 | 13 | "/opt/cs50/extensions/explain50-1.0.0.vsix",
|
14 | 14 | "/opt/cs50/extensions/cs50-0.0.1.vsix",
|
| 15 | + "/opt/cs50/extensions/design50-1.0.0.vsix", |
15 | 16 | "/opt/cs50/extensions/ddb50-2.0.0.vsix",
|
16 | 17 | "/opt/cs50/extensions/phpliteadmin-0.0.1.vsix",
|
17 | 18 | "/opt/cs50/extensions/style50-0.0.1.vsix",
|
|
69 | 70 | "editor.formatOnSave": false,
|
70 | 71 | "editor.guides.indentation": false,
|
71 | 72 | "editor.hover.enabled": false,
|
72 |
| - "editor.lightbulb.enabled": false, |
| 73 | + "editor.lightbulb.enabled": "off", |
73 | 74 | "editor.matchBrackets": "never",
|
| 75 | + "editor.mouseWheelZoom": true, |
74 | 76 | "editor.minimap.enabled": false,
|
75 |
| - "editor.occurrencesHighlight": false, |
| 77 | + "editor.occurrencesHighlight": "off", |
76 | 78 | "editor.parameterHints.enabled": false,
|
77 | 79 | "editor.quickSuggestions": {
|
78 | 80 | "other": "off",
|
|
95 | 97 | },
|
96 | 98 | "editor.suggestOnTriggerCharacters": false,
|
97 | 99 | "extensions.ignoreRecommendations": true,
|
| 100 | + "explorer.autoOpenDroppedFile": false, |
98 | 101 | "explorer.compactFolders": false,
|
99 | 102 | "extension-uninstaller.uninstall": [
|
100 | 103 | "Codeium.codeium",
|
|
0 commit comments