Skip to content

Commit

Permalink
disable sticky scroll and problems visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 21, 2024
1 parent 20d799d commit 73beb92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
}
}
},
"editor.stickyScroll.enabled": false,
"editor.suggestOnTriggerCharacters": false,
"extensions.ignoreRecommendations": true,
"explorer.autoOpenDroppedFile": false,
Expand Down Expand Up @@ -150,6 +151,7 @@
"javascript.validate.enable": false, /* Disable red squiggles */
"Prettier-SQL.keywordCase": "upper",
"problems.decorations.enabled": false,
"problems.visibility": false,
"python.terminal.executeInFileDir": true,
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
Expand Down

0 comments on commit 73beb92

Please sign in to comment.