fixes to ide
This commit is contained in:
parent
ea32274524
commit
7c9ecc6d79
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,10 @@
|
||||||
gettext
|
gettext
|
||||||
graphviz-nox
|
graphviz-nox
|
||||||
libtool
|
libtool
|
||||||
|
lldb
|
||||||
m4
|
m4
|
||||||
|
gnumake
|
||||||
|
neovim
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python3
|
||||||
|
@ -40,7 +43,7 @@
|
||||||
"github.copilot"
|
"github.copilot"
|
||||||
"github.vscode-github-actions"
|
"github.vscode-github-actions"
|
||||||
"golang.go"
|
"golang.go"
|
||||||
"jnoortheen.nix-ide"
|
#"jnoortheen.nix-ide"
|
||||||
"mads-hartmann.bash-ide-vscode"
|
"mads-hartmann.bash-ide-vscode"
|
||||||
"ms-azuretools.vscode-docker"
|
"ms-azuretools.vscode-docker"
|
||||||
"ms-python.python"
|
"ms-python.python"
|
||||||
|
@ -61,6 +64,8 @@
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one"
|
||||||
"rogalmic.bash-debug"
|
"rogalmic.bash-debug"
|
||||||
"znck.grammarly"
|
"znck.grammarly"
|
||||||
|
"twxs.cmake"
|
||||||
|
"mspython.debugpy"
|
||||||
];
|
];
|
||||||
# Enable previews
|
# Enable previews
|
||||||
previews = {
|
previews = {
|
||||||
|
|
Loading…
Reference in a new issue