forked from Job79/devcontainer
12 lines
242 B
TOML
12 lines
242 B
TOML
# C#
|
|
[language-server.omnisharp]
|
|
command = "/home/user/.omnisharp/OmniSharp"
|
|
args = [ "--languageserver" ]
|
|
|
|
# Rust
|
|
[language-server.rust-analyzer.config.check]
|
|
command = "clippy"
|
|
|
|
[[language]]
|
|
name = "rust"
|
|
formatter = { command = "rustfmt" } |