vscode: overlay github codespaces extension

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-29 21:48:31 -05:00
parent 67048909a9
commit 4f015ecb45
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 19 additions and 2 deletions

View file

@ -11,6 +11,7 @@
jnoortheen.nix-ide
editorconfig.editorconfig
github.github-vscode-theme
github.codespaces
];
userSettings = {
"workbench.colorTheme" = "GitHub Dark Default";
@ -18,10 +19,10 @@
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nixd";
"editor.fontFamily" = "IBM Plex Mono";
"editor.fontSize" = 15;
"editor.fontSize" = 16;
"editor.wordWrap" = "on";
# vim mode
# vim mode settings
"vim.handleKeys" = {
"<C-b>" = false; # file tree toggle
};
@ -32,6 +33,7 @@
"silent" = true;
}
];
"workbench.startupEditor" = "none";
};
};
}