adding rust configs
This commit is contained in:
39
Projects/base-rust.sublime-project
Normal file
39
Projects/base-rust.sublime-project
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user