]> lifelog.hopto.org Git - LifeLog.git/commitdiff
VCode settup example to perl brew path in use.
authorWill Budic <redacted>
Mon, 28 Oct 2019 19:00:40 +0000 (06:00 +1100)
committerWill Budic <redacted>
Mon, 28 Oct 2019 19:00:40 +0000 (06:00 +1100)
.vscode/settings.json

index 29756c16d7089ceb0ccd399b12f4aeaa6442ca30..164323e0205e84a09275b1213e269e21d84cd64f 100644 (file)
@@ -1,5 +1,45 @@
 {
     "git.autofetch": true,
     "git.autoStash": true,
+    "spellright.language": [],
+    "spellright.documentTypes": [
+        "latex",
+        "plaintext"
+    ],
+    "cSpell.enabledLanguageIds": [
+        "asciidoc",
+        "c",
+        "cpp",
+        "csharp",
+        "css",
+        "git-commit",
+        "go",
+        "handlebars",
+        "haskell",
+        "html",
+        "jade",
+        "java",
+        "javascript",
+        "javascriptreact",
+        "json",
+        "jsonc",
+        "latex",
+        "less",
+        "markdown",
+        "perl6",
+        "php",
+        "plaintext",
+        "pug",
+        "python",
+        "restructuredtext",
+        "rust",
+        "scala",
+        "scss",
+        "text",
+        "typescript",
+        "typescriptreact",
+        "yaml",
+        "yml"
+    ],
  //  "git.credential.helper": "git config --global credential.helper 'cache --timeout=3600'"
 }
\ No newline at end of file