mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
vscode: disable scrollBeyondLastLine
This commit is contained in:
parent
ea23961c65
commit
55a8b546c0
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ in
|
||||||
"//usr/bin/env ln -sf $0 ~/.config/VSCodium/User/settings.json; exit 0"
|
"//usr/bin/env ln -sf $0 ~/.config/VSCodium/User/settings.json; exit 0"
|
||||||
+ "\n" + builtins.toJSON {
|
+ "\n" + builtins.toJSON {
|
||||||
"editor.renderFinalNewline" = false;
|
"editor.renderFinalNewline" = false;
|
||||||
|
"editor.scrollBeyondLastLine" = false;
|
||||||
"extensions.autoCheckUpdates" = false;
|
"extensions.autoCheckUpdates" = false;
|
||||||
"extensions.autoUpdate" = false;
|
"extensions.autoUpdate" = false;
|
||||||
"files.insertFinalNewline" = true;
|
"files.insertFinalNewline" = true;
|
||||||
|
|
Loading…
Reference in a new issue