adding rust configs

This commit is contained in:
dtomlinson@panaetius.co.uk
2019-11-21 01:16:04 +00:00
parent ca17c0b1d6
commit f072d619a6
5 changed files with 80 additions and 15 deletions

View File

@@ -0,0 +1,39 @@
{
"folders":
[
{
"path": "/Users/dtomlinson/projects-rust"
},
{
"path": "/Users/dtomlinson/git-repos"
}
],
"settings":
{
"LSP":
{
"log_debug": true,
"log_payloads": false,
"log_server": true,
"log_stderr": true,
"only_show_lsp_completions": false,
"rls":
{
"enabled": true
}
},
"cargo_build":
{
"default_path": "/Users/dtomlinson/git-repos/projects-rust/rust-book/chapter-1/guessing_game",
"defaults":
{
"env":
{
},
"target_triple": null,
"toolchain": "nightly-x86_64-apple-darwin"
}
},
"rust_syntax_checking": true
}
}