Skip to content

Commit

Permalink
Update vscode option to valid format
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Dec 20, 2024
1 parent 8be34e2 commit d6999ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"editor.suggestSelection" = "first";
"editor.tokenColorCustomizations".comments = "#767676";
"editor.unicodeHighlight.includeComments" = true;
"editor.defaultColorDecorators" = true;
"editor.defaultColorDecorators" = "auto";
"explorer.compactFolders" = false;
"explorer.confirmDelete" = false;
"explorer.confirmDragAndDrop" = false;
Expand Down

0 comments on commit d6999ad

Please sign in to comment.