mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add vscodium
This commit is contained in:
parent
54dd3b1d19
commit
ad22c47123
@ -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
|
||||
];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user