40 lines
896 B
Plaintext
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
|
|
}
|
|
}
|