{ "suggest.snippetIndicator": "►", "suggest.acceptSuggestionOnCommitCharacter": false, "suggest.asciiCharactersOnly": true, "diagnostic.messageTarget": "float", "diagnostic.virtualText": true, "diagnostic.virtualTextCurrentLineOnly": false, "diagnostic.virtualTextPrefix": " ", "diagnostic.warningSign": "🐤", "diagnostic.errorSign": "🚨", "diagnostic.infoSign": "ℹ️ ", "diagnostic.hintSign": "ℹ️ ", "codeLens.enable": true, "list.insertMappings": { "": "normal:j", "": "normal:k" }, "highlight.colorNames.enable": false, "python.pythonPath": "/usr/local/bin/python3", "python.linting.mypyPath": "mypy", "python.linting.flake8Path": "flake8", "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": true, "python.linting.flake8CategorySeverity.E": "Warning", "python.linting.flake8CategorySeverity.F": "Warning", "python.linting.flake8Args": ["--ignore=E501"], "python.formatting.provider": "black", "python.formatting.blackdPath": "/usr/local/bin/black", "julia.executablePath": "/usr/local/bin/julia", "languageserver": { "efm": { "command": "efm-langserver", "args": [], "filetypes": ["satysfi"] }, "satysfi-ls": { "command": "/Users/shinichi/ghq/github.com/monaqa/satysfi-language-server/target/debug/satysfi-language-server", "args": [], "filetypes": ["satysfi"], "trace.server": "verbose" } }, "rust-analyzer.lens.enable": false, "rust-analyzer.checkOnSave.command": "clippy", "rust-analyzer.updates.channel": "stable", "rust-analyzer.procMacro.enable": true, "lua.enable": true, "tsserver.enable": false, "deno.enable": true, "deno.lint": true, "deno.codeLens.references": true, "deno.codeLens.referencesAllFunctions": true, "yank.highlight.duration": 250, "yank.enableCompletion": false }