Skip to content

Commit

Permalink
Merge pull request #148 from Jane-Smith-2/develop
Browse files Browse the repository at this point in the history
Added in "editor.mouseWheelZoom": true
  • Loading branch information
rongxin-liu authored Jul 10, 2024
2 parents 06c22e3 + c71e603 commit 5e7ac04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e7ac04

Please sign in to comment.