add vscodium

This commit is contained in:
Daniel Langbein 2023-10-19 13:31:22 +02:00
parent 54dd3b1d19
commit ad22c47123
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -7,19 +7,22 @@
(vscode-with-extensions.override {
vscode = vscodium;
vscodeExtensions = with vscode-extensions; [
#bbenoist.nix
#ms-azuretools.vscode-docker
#ms-vscode-remote.remote-ssh
# https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
# https://github.com/yzhang-gh/vscode-markdown
yzhang.markdown-all-in-one
# Load environment from `shell.nix`.
# https://matthewrhone.dev/nixos-vscode-environment
# https://marketplace.visualstudio.com/items?itemName=arrterian.nix-env-selector
# https://github.com/arrterian/nix-env-selector
arrterian.nix-env-selector
# IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.
# Extended Markdown support, e.g. insert TOC.
# https://github.com/yzhang-gh/vscode-markdown
yzhang.markdown-all-in-one
# Nix language support.
# https://github.com/bbenoist/vscode-nix
bbenoist.nix
# Python language support:
# IntelliSense (Pylance), Linting, Debugging, code formatting, unit tests, etc.
ms-python.python
];
})