39 lines
958 B
JSON
39 lines
958 B
JSON
{
|
|
"python.jediEnabled": false,
|
|
"python.venvFolders": ["~/.local/share/virtualenvs"],
|
|
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
|
|
"languageserver": {
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|