20 lines
245 B
JSON
20 lines
245 B
JSON
{
|
|
"python.jediEnabled": false,
|
|
"languageserver": {
|
|
"ocaml": {
|
|
"command": "opam",
|
|
"args": [
|
|
"config",
|
|
"exec",
|
|
"--",
|
|
"ocaml-language-server",
|
|
"--stdio"
|
|
],
|
|
"filetypes": [
|
|
"ocaml",
|
|
"reason"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|