Skip to content

Commit

Permalink
Revert "me: vscode: mitigate microsoft/vscode#184124"
Browse files Browse the repository at this point in the history
This reverts commit 5c14d44.

This fix didn't work.
  • Loading branch information
spikespaz committed Apr 24, 2024
1 parent 14fd2f4 commit fbd6aa2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions users/jacob/programs/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@
in (pkgs.symlinkJoin {
inherit (super) name pname version;
paths = [ super ] ++ fontPackages;

# FIXME
# Can be removed when this issue is closed:
# <https://github.com/microsoft/vscode/issues/184124#issuecomment-1802930021>
#
# Another solution is:
# <https://github.com/microsoft/vscode/issues/181533#issuecomment-1597187136>
buildInputs = [ pkgs.makeWrapper ];
postBuild = ''
wrapProgram $out/bin/code \
--add-flags --disable-gpu-sandbox
'';
});

programs.vscode.enableExtensionUpdateCheck = false;
Expand Down Expand Up @@ -69,7 +57,7 @@
"Material Design Icons"
"JetBrainsMono Nerd Font"
];
"editor.fontSize" = 13;
"editor.fontSize" = 14;
"editor.cursorSmoothCaretAnimation" = "explicit";
"editor.cursorStyle" = "block";
"editor.cursorBlinking" = "smooth";
Expand Down Expand Up @@ -121,8 +109,8 @@
"appName"
];

# # scale the ui down
# "window.zoomLevel" = -1;
# scale the ui down
"window.zoomLevel" = -1;
# hide the menu bar unless alt is pressed
"window.menuBarVisibility" = "toggle";
# the minimap gets in the way
Expand Down

0 comments on commit fbd6aa2

Please sign in to comment.