{ "python.jediEnabled": false, "languageserver": { "python": { "command": "python", "args": [ "-mpyls", "-vv" ], "filetypes": [ "python" ], "settings": { "plugins": { "pyls_mypy": { "enabled": true, "live_mode": false } } } }, "ocaml": { "command": "opam", "args": [ "config", "exec", "--", "ocaml-language-server", "--stdio" ], "filetypes": [ "ocaml", "reason" ] }, "haskell": { "command": "ghcide", "args": [ "--lsp" ], "rootPatterns": [ ".stack.yaml", ".hie-bios", "BUILD.bazel", "cabal.config", "package.yaml" ], "filetypes": [ "hs", "lhs", "haskell" ] } } }