16 lines
379 B
JSON
16 lines
379 B
JSON
|
{
|
||
|
"languageserver": {
|
||
|
"rust": {
|
||
|
"command": "rustup",
|
||
|
"args": ["run", "nightly", "rust-analyzer"],
|
||
|
"filetypes": ["rust"],
|
||
|
"rootPatterns": ["Cargo.toml"]
|
||
|
},
|
||
|
"elm": {
|
||
|
"command": "elm-language-server",
|
||
|
"filetypes": ["elm"],
|
||
|
"rootPatterns": ["elm.json"]
|
||
|
}
|
||
|
}
|
||
|
}
|