Cybrkyd's Git Repositories

vscode-config - commit: 8dcf1c9

commit 8dcf1c9e2bd79c8ae544e9c2e45bc292fadd2e0fc55e4d004f83c259fd2f77ed
author cybrkyd <noreply@cybrkyd.com> 2026-02-05 18:24:52 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-02-05 18:24:52 +0000

Commit Message

global.code-snippets & settings tweak

📊 Diffstat

settings.json 3
snippets/global.code-snippets 9
2 files changed, 11 insertions(+), 1 deletions(-)

Diff

diff --git a/settings.json b/settings.json
index a1c848c..fd39143 100644
--- a/settings.json
+++ b/settings.json
@@ -37,6 +37,7 @@
"git.enabled": false,
"git.autoRepositoryDetection": false,
- "scm.providers.visible": 0
+ "scm.providers.visible": 0,
+ "workbench.editor.empty.hint": "hidden"
}
diff --git a/snippets/global.code-snippets b/snippets/global.code-snippets
new file mode 100644
index 0000000..1a79274
--- /dev/null
+++ b/snippets/global.code-snippets
@@ -0,0 +1,9 @@
+ {
+ "ISO timestamp": {
+ "prefix": "ts",
+ "body": [
+ "${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}+0000"
+ ]
+ }
+ }
+