mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
add vscodium
This commit is contained in:
parent
54dd3b1d19
commit
ad22c47123
@ -7,19 +7,22 @@
|
|||||||
(vscode-with-extensions.override {
|
(vscode-with-extensions.override {
|
||||||
vscode = vscodium;
|
vscode = vscodium;
|
||||||
vscodeExtensions = with vscode-extensions; [
|
vscodeExtensions = with vscode-extensions; [
|
||||||
#bbenoist.nix
|
|
||||||
#ms-azuretools.vscode-docker
|
#ms-azuretools.vscode-docker
|
||||||
#ms-vscode-remote.remote-ssh
|
#ms-vscode-remote.remote-ssh
|
||||||
|
|
||||||
# https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
|
# Load environment from `shell.nix`.
|
||||||
# https://github.com/yzhang-gh/vscode-markdown
|
|
||||||
yzhang.markdown-all-in-one
|
|
||||||
|
|
||||||
# https://matthewrhone.dev/nixos-vscode-environment
|
# 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
|
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
|
ms-python.python
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user