{
"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