2021-06-26 22:16:10 +02:00
|
|
|
{
|
2024-05-20 10:36:29 +02:00
|
|
|
"inlayHint": {
|
|
|
|
"enable": false
|
|
|
|
},
|
2021-06-26 22:16:10 +02:00
|
|
|
"languageserver": {
|
|
|
|
"rust": {
|
|
|
|
"command": "rustup",
|
2022-12-07 14:31:02 +01:00
|
|
|
"args": ["run", "stable", "rust-analyzer"],
|
2021-06-26 22:16:10 +02:00
|
|
|
"filetypes": ["rust"],
|
|
|
|
"rootPatterns": ["Cargo.toml"]
|
|
|
|
},
|
2022-12-07 14:31:02 +01:00
|
|
|
"elmLS": {
|
2021-06-26 22:16:10 +02:00
|
|
|
"command": "elm-language-server",
|
|
|
|
"filetypes": ["elm"],
|
|
|
|
"rootPatterns": ["elm.json"]
|
2024-05-28 13:40:25 +02:00
|
|
|
},
|
|
|
|
"python": {
|
|
|
|
"command": "pylsp",
|
|
|
|
"filetypes": ["python"]
|
2021-06-26 22:16:10 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|