lots of stuff idk
This commit is contained in:
parent
a18ceb4f2e
commit
4e5f0a6e0b
39 changed files with 439 additions and 81 deletions
|
@ -14,13 +14,13 @@ in {
|
|||
package = pkgs.vscodium;
|
||||
|
||||
mutableExtensionsDir = true;
|
||||
extensions = [
|
||||
ovsx.vadimcn.vscode-lldb
|
||||
ovsx.mkhl.direnv
|
||||
ovsx.editorconfig.editorconfig
|
||||
ovsx.pkief.material-icon-theme
|
||||
ovsx.eamodio.gitlens
|
||||
vsce.hediet.debug-visualizer
|
||||
extensions = with vsce; [
|
||||
vadimcn.vscode-lldb
|
||||
mkhl.direnv
|
||||
editorconfig.editorconfig
|
||||
pkief.material-icon-theme
|
||||
eamodio.gitlens
|
||||
hediet.debug-visualizer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue