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"
+ ]
+ }
+ }
+