update: switch from remote-ssh to open-remote-ssh
This commit is contained in:
parent
b65e84ab46
commit
29f15c46d0
1 changed files with 4 additions and 3 deletions
|
|
@ -10,9 +10,8 @@
|
||||||
enableExtensionUpdateCheck = false;
|
enableExtensionUpdateCheck = false;
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
|
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-marketplace; [
|
||||||
ms-vscode.cpptools
|
ms-vscode.cpptools
|
||||||
ms-vscode-remote.remote-ssh
|
|
||||||
ms-vscode.live-server
|
ms-vscode.live-server
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
pkief.material-icon-theme
|
pkief.material-icon-theme
|
||||||
|
|
@ -22,7 +21,9 @@
|
||||||
bierner.emojisense
|
bierner.emojisense
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
];
|
] ++ (with pkgs.open-vsx; [
|
||||||
|
jeanp413.open-remote-ssh
|
||||||
|
]);
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue