Files
sublime/Projects/base-rust.sublime-project
dtomlinson@panaetius.co.uk f072d619a6 adding rust configs
2019-11-21 01:16:04 +00:00

40 lines
896 B
Plaintext

{
"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
}
}