Add material icons for vscode

This commit is contained in:
thiloho
2024-02-21 21:24:29 +01:00
parent e83733ac2a
commit caaab9db31

View File

@@ -75,6 +75,7 @@
esbenp.prettier-vscode esbenp.prettier-vscode
github.copilot github.copilot
github.copilot-chat github.copilot-chat
pkief.material-icon-theme
]; ];
userSettings = { userSettings = {
"nix.enableLanguageServer" = true; "nix.enableLanguageServer" = true;
@@ -82,6 +83,7 @@
"editor.indentSize" = 2; "editor.indentSize" = 2;
"editor.tabSize" = 2; "editor.tabSize" = 2;
"typescript.preferences.importModuleSpecifier" = "relative"; "typescript.preferences.importModuleSpecifier" = "relative";
"workbench.iconTheme" = "material-icon-theme";
}; };
}; };
git = { git = {