add some vscode extentions

add fprettify
This commit is contained in:
陈浩南 2023-08-18 01:11:34 +08:00
parent 77f01f7f27
commit 8734367d98

View File

@ -60,7 +60,7 @@ inputs:
# nix tools
nix-output-monitor pnpm-lock-export
# development
clang-tools_16 ccls
clang-tools_16 ccls fprettify
# office
todo-txt-cli pandoc pdfchain
] ++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ]);
@ -153,7 +153,7 @@ inputs:
{
vscodeExtensions = with nix-vscode-extensions.vscode-marketplace;
(with equinusocio; [ vsc-community-material-theme vsc-material-theme-icons ])
++ (with github; [ copilot github-vscode-theme ])
++ (with github; [ copilot copilot-chat copilot-labs github-vscode-theme ])
++ (with intellsmi; [ comment-translate deepl-translate ])
++ (with ms-python; [ isort python vscode-pylance ])
++ (with ms-toolsai;
@ -175,6 +175,7 @@ inputs:
redhat.vscode-xml dotjoshjohnson.xml jnoortheen.nix-ide xdebug.php-debug hbenl.vscode-test-explorer
jeff-hykin.better-cpp-syntax fredericbonnet.cmake-test-adapter mesonbuild.mesonbuild
hirse.vscode-ungit fortran-lang.linter-gfortran tboox.xmake-vscode ccls-project.ccls
feiskyer.chatgpt-copilot yukiuuh2936.vscode-modern-fortran-formatter
];
}
)