From d8868f4639a891adcdf406cb70771c65817245d0 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 6 Mar 2022 22:02:16 -0600 Subject: [PATCH] Revert "clarity snippets for VS Code" This reverts commit 5ce71523aaa49ad2877ed8adb4b0515aa0ed8792. --- .vscode/clarity.code-snippets | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vscode/clarity.code-snippets diff --git a/.vscode/clarity.code-snippets b/.vscode/clarity.code-snippets deleted file mode 100644 index 08a2b1c..0000000 --- a/.vscode/clarity.code-snippets +++ /dev/null @@ -1,20 +0,0 @@ -{ - "Add Hugo Notice": { - "scope": "markdown", - "prefix": "note", - "body": [ - "{{% notice ${1|note,info,tip,warning|} ${2:title} %}}", - "$3", - "{{% /notice %}}" - ], - "description": "create note" - }, - "Add Hugo Reference": { - "scope": "markdown", - "prefix": "ref", - "body": [ - "{{< ref \"$1\" >}}" - ], - "description": "create local ref link" - }, -}