mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode scrollBeyondLastLine
This commit is contained in:
parent
1d3c9575da
commit
fc135fcbf3
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ with lib;
|
|||
|
||||
environment.etc."vscode-settings.json".text = builtins.toJSON {
|
||||
"editor.renderFinalNewline" = false;
|
||||
"editor.scrollBeyondLastLine" = false;
|
||||
"extensions.autoCheckUpdates" = false;
|
||||
"extensions.autoUpdate" = false;
|
||||
"files.insertFinalNewline" = true;
|
||||
|
|
Loading…
Reference in a new issue