Working VSCODE
This commit is contained in:
parent
a9d56b5eba
commit
da81594cdd
@ -6,6 +6,7 @@ _:
|
|||||||
"iterm2"
|
"iterm2"
|
||||||
"oracle-jdk"
|
"oracle-jdk"
|
||||||
"arduino-ide"
|
"arduino-ide"
|
||||||
|
"visual-studio-code"
|
||||||
|
|
||||||
# Creatative tools
|
# Creatative tools
|
||||||
"spotify"
|
"spotify"
|
||||||
|
@ -111,7 +111,7 @@ in
|
|||||||
path = "/Applications/Jellyfin Media Player.app/";
|
path = "/Applications/Jellyfin Media Player.app/";
|
||||||
options = "-l Jellyfin";
|
options = "-l Jellyfin";
|
||||||
}
|
}
|
||||||
{ path = "/run/current-system/Applications/Visual Studio Code.app/"; }
|
{ path = "/Applications/Visual Studio Code.app/"; }
|
||||||
{ path = "/Applications/Home Assistant.app/"; }
|
{ path = "/Applications/Home Assistant.app/"; }
|
||||||
{ path = "/Applications/reMarkable.app/"; }
|
{ path = "/Applications/reMarkable.app/"; }
|
||||||
{ path = "/Applications/LibreOffice.app/"; }
|
{ path = "/Applications/LibreOffice.app/"; }
|
||||||
|
@ -82,42 +82,47 @@ with pkgs;
|
|||||||
# Rust Related
|
# Rust Related
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
|
platformio-core
|
||||||
|
|
||||||
# vscode see https://nixos.wiki/wiki/Visual_Studio_Code
|
# (vscode-with-extensions.override {
|
||||||
|
# vscodeExtensions =
|
||||||
(vscode-with-extensions.override {
|
# with vscode-extensions;
|
||||||
vscodeExtensions =
|
# [
|
||||||
with vscode-extensions;
|
# #bbenoist.nix
|
||||||
[
|
# jnoortheen.nix-ide
|
||||||
#bbenoist.nix
|
# ms-python.python
|
||||||
jnoortheen.nix-ide
|
# ms-azuretools.vscode-docker
|
||||||
ms-python.python
|
# # ms-vscode-remote.remote-ssh
|
||||||
ms-azuretools.vscode-docker
|
# eamodio.gitlens
|
||||||
# ms-vscode-remote.remote-ssh
|
# james-yu.latex-workshop
|
||||||
# ms-vscode.cpptools
|
# ]
|
||||||
eamodio.gitlens
|
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
]
|
# # {
|
||||||
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
# # name = "remote-ssh-edit";
|
||||||
# {
|
# # publisher = "ms-vscode-remote";
|
||||||
# name = "remote-ssh-edit";
|
# # version = "0.47.2";
|
||||||
# publisher = "ms-vscode-remote";
|
# # sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
||||||
# version = "0.47.2";
|
# # }
|
||||||
# sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
# {
|
||||||
# }
|
# name = "cpptools";
|
||||||
{
|
# publisher = "ms-vscode";
|
||||||
name = "cpptools";
|
# version = "1.26.1";
|
||||||
publisher = "ms-vscode";
|
# sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
|
||||||
version = "1.26.1";
|
# }
|
||||||
sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
|
# {
|
||||||
}
|
# name = "minifyall";
|
||||||
{
|
# publisher = "josee9988";
|
||||||
name = "platformio-ide";
|
# version = "2.10.0";
|
||||||
publisher = "platformio";
|
# sha256 = "sha256-cH5x8fUN0n+hO1b3lNzau2MnyeYmsD0ZXAYGxCQjT0Y=";
|
||||||
version = "3.3.4";
|
# }
|
||||||
sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
|
# {
|
||||||
}
|
# name = "platformio-ide";
|
||||||
];
|
# publisher = "platformio";
|
||||||
})
|
# version = "3.3.4";
|
||||||
|
# sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
|
||||||
|
# }
|
||||||
|
# ];
|
||||||
|
# })
|
||||||
|
|
||||||
# Tex and LaTex
|
# Tex and LaTex
|
||||||
pandoc
|
pandoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user