diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-14 01:47:11 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-14 01:47:11 +0300 |
commit | aa5565629845644050f19b1bbc1f03b0a0a66aa7 (patch) | |
tree | f0f57f893d5914a3c2aa292b3755284b593025e7 /modules/vscode.nix | |
parent | 2024-08-09 (diff) |
2024-08-14
Diffstat (limited to '')
-rw-r--r-- | modules/vscode.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/vscode.nix b/modules/vscode.nix index bd840d8..586a817 100644 --- a/modules/vscode.nix +++ b/modules/vscode.nix @@ -53,7 +53,7 @@ in github.vscode-pull-request-github gitlab.gitlab-workflow golang.go - graphql.vscode-graphql + # graphql.vscode-graphql graphql.vscode-graphql-execution graphql.vscode-graphql-syntax hashicorp.hcl @@ -72,12 +72,11 @@ in signageos.signageos-vscode-sops skellock.just streetsidesoftware.code-spell-checker - streetsidesoftware.code-spell-checker-british-english streetsidesoftware.code-spell-checker-russian streetsidesoftware.code-spell-checker-scientific-terms tamasfe.even-better-toml - task.vscode-task - vscode-org-mode.org-mode + # task.vscode-task + # vscode-org-mode.org-mode ziglang.vscode-zig ] ++ optional cfg.vim.enable vscodevim.vim; |