{ "suggest.minTriggerInputLength": 1, "suggest.labelMaxLength": 30, "tabnine.priority": 100, "snippets.loadFromExtensions": false, "snippets.textmateSnippetsRoots": ["~/.vsnip"], "diagnostic.checkCurrentLine": true, "diagnostic.errorSign": "", "diagnostic.warningSign": "", "diagnostic.infoSign": "", "coc.preferences.useQuickfixForLocations": true, "codeLens.enable": true, "languageserver": { "graphql": { "module": "~/repos/github.com/apollographql/apollo-tooling/packages/apollo-language-server/lib/server.js", "args": ["--node-ipc"], "filetypes": [ "graphql", "javascript", "javascriptreact", "typescript", "typescriptreact", "typescript.tsx" ], "rootPatterns": ["apollo.config.js"] }, "efm": { "command": "efm-langserver", "filetypes": ["go", "json", "vim", "sh"] } }, "typescript.preferences.importModuleSpecifier": "relative", "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true, "eslint.filetypes": [ "javascript", "javascriptreact", "typescript", "typescriptreact", "typescript.tsx" ], "solargraph.diagnostics": true, "solargraph.formatting": true, "python.jediEnabled": false, "python.linting.flake8Enabled": true, "yaml.schemas": { "http://json.schemastore.org/composer": "/*", "https://raw.githubusercontent.com/docker/cli/master/cli/compose/schema/data/config_schema_v3.9.json": [ "/docker-compose.yml" ] }, "coc-actions.hideCursor": false, "cSpell.diagnosticLevel": "Hint", "cSpell.enabledLanguageIds": [ "vim", "css", "git-commit", "go", "html", "javascript", "javascriptreact", "json", "jsonc", "markdown", "python", "ruby", "typescript", "typescript.tsx", "typescriptreact", "yaml" ] }