mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-26 02:52:18 +00:00
Compare commits
2 commits
55e7798133
...
98d190128d
Author | SHA1 | Date | |
---|---|---|---|
98d190128d | |||
88d9ae52c6 |
1 changed files with 14 additions and 12 deletions
|
@ -13,12 +13,15 @@
|
||||||
# extensions available as nix packages
|
# extensions available as nix packages
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
github.copilot
|
github.copilot
|
||||||
|
github.copilot-chat
|
||||||
|
github.vscode-github-actions
|
||||||
golang.go
|
golang.go
|
||||||
hashicorp.terraform
|
hashicorp.terraform
|
||||||
ms-kubernetes-tools.vscode-kubernetes-tools
|
ms-kubernetes-tools.vscode-kubernetes-tools
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
ms-vscode.powershell
|
ms-vscode.powershell
|
||||||
redhat.vscode-yaml
|
redhat.vscode-yaml
|
||||||
|
tailscale.vscode-tailscale
|
||||||
tamasfe.even-better-toml
|
tamasfe.even-better-toml
|
||||||
timonwong.shellcheck
|
timonwong.shellcheck
|
||||||
vscodevim.vim
|
vscodevim.vim
|
||||||
|
@ -31,12 +34,6 @@
|
||||||
version = "0.0.13";
|
version = "0.0.13";
|
||||||
sha256 = "sha256-N5XMHW6UadKjE29p2vevtjgqLA4QysYu2xT3njmyHLk=";
|
sha256 = "sha256-N5XMHW6UadKjE29p2vevtjgqLA4QysYu2xT3njmyHLk=";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "copilot-chat";
|
|
||||||
publisher = "github";
|
|
||||||
version = "0.11.2023110202";
|
|
||||||
sha256 = "sha256-q+WWhb5hDv1J/v996gLPozC9Yc7hvAnRvvzYQxBNeVQ=";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "hadolint";
|
name = "hadolint";
|
||||||
publisher = "exiasr";
|
publisher = "exiasr";
|
||||||
|
@ -61,12 +58,6 @@
|
||||||
version = "3.6.0";
|
version = "3.6.0";
|
||||||
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "vscode-tailscale";
|
|
||||||
publisher = "tailscale";
|
|
||||||
version = "1.0.0";
|
|
||||||
sha256 = "sha256-MKiCZ4Vu+0HS2Kl5+60cWnOtb3udyEriwc+qb/7qgUg=";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
globalSnippets = {
|
globalSnippets = {
|
||||||
"Insert timestamp" = {
|
"Insert timestamp" = {
|
||||||
|
@ -150,6 +141,17 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
jinja-html = {
|
||||||
|
"Insert jinja header" = {
|
||||||
|
isFileTemplate = true;
|
||||||
|
prefix = ["jinja"];
|
||||||
|
body = [
|
||||||
|
"# -*- coding: utf-8 -*-"
|
||||||
|
"# vim: ft=jinja"
|
||||||
|
"\$0"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"autoalign.moveableItems" = [
|
"autoalign.moveableItems" = [
|
||||||
|
|
Loading…
Reference in a new issue