From 00392b1cced1926b3dbc628cf24019f2b25349e4 Mon Sep 17 00:00:00 2001 From: Jane-Smith-2 <64223840+Jane-Smith-2@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:49:02 -0400 Subject: [PATCH 1/2] Added in "editor.mouseWheelZoom": true, so students with visual imparements can easily change the font size by just scrolling the wheel. Also fixed 2 settings that have changes from "false" to "off". --- devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devcontainer.json b/devcontainer.json index dba1da14..956f24a8 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -69,10 +69,11 @@ "editor.formatOnSave": false, "editor.guides.indentation": false, "editor.hover.enabled": false, - "editor.lightbulb.enabled": false, + "editor.lightbulb.enabled":"off", "editor.matchBrackets": "never", + "editor.mouseWheelZoom": true, "editor.minimap.enabled": false, - "editor.occurrencesHighlight": false, + "editor.occurrencesHighlight":"off", "editor.parameterHints.enabled": false, "editor.quickSuggestions": { "other": "off", From c71e60355776538b1d3911f67759e381ea35a947 Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Sun, 21 Apr 2024 17:05:41 -0400 Subject: [PATCH 2/2] Fixed formatting --- devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devcontainer.json b/devcontainer.json index 956f24a8..f13e9324 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -69,11 +69,11 @@ "editor.formatOnSave": false, "editor.guides.indentation": false, "editor.hover.enabled": false, - "editor.lightbulb.enabled":"off", + "editor.lightbulb.enabled": "off", "editor.matchBrackets": "never", "editor.mouseWheelZoom": true, "editor.minimap.enabled": false, - "editor.occurrencesHighlight":"off", + "editor.occurrencesHighlight": "off", "editor.parameterHints.enabled": false, "editor.quickSuggestions": { "other": "off",