mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
vscode: add cht.sh snippet
This commit is contained in:
parent
e1a8a05514
commit
56f683de01
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@
|
|||
version = "3.6.0";
|
||||
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
||||
}
|
||||
{
|
||||
name = "snippet";
|
||||
publisher = "vscode-snippet";
|
||||
version = "1.2.0";
|
||||
sha256 = "sha256-eka7JRzSN7VWkLu2kITb5mSYZHpw7Hx8mZboQsFhpms=";
|
||||
}
|
||||
];
|
||||
globalSnippets = {
|
||||
"Insert timestamp" = {
|
||||
|
|
Loading…
Reference in a new issue