29 lines
634 B
JSON
29 lines
634 B
JSON
{
|
|
"python.jediEnabled": false,
|
|
"languageserver": {
|
|
"ocaml": {
|
|
"command": "opam",
|
|
"args": [
|
|
"config",
|
|
"exec",
|
|
"--",
|
|
"ocaml-language-server",
|
|
"--stdio"
|
|
],
|
|
"filetypes": [
|
|
"ocaml",
|
|
"reason"
|
|
]
|
|
},
|
|
"golang": {
|
|
"command": "gopls",
|
|
"rootPatterns": [
|
|
"go.mod"
|
|
],
|
|
"disableWorkspaceFolders": true,
|
|
"filetypes": [
|
|
"go"
|
|
]
|
|
}
|
|
}
|
|
}
|