agsdgh
This commit is contained in:
parent
846ed09c07
commit
fe8a421908
@ -1,9 +1,15 @@
|
|||||||
{
|
{
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
// To show invisibles
|
// To show invisibles
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.tabCompletion": "on",
|
"editor.tabCompletion": "on",
|
||||||
// To get rid of annoying emoji in Cargo.toml
|
"setup.dontask": true,
|
||||||
|
// rustlang
|
||||||
"crates.upToDateDecorator": "",
|
"crates.upToDateDecorator": "",
|
||||||
|
"rust.wait_to_build": 0,
|
||||||
|
// FIXME: Expand nproc command here
|
||||||
|
// NOTICE: Gitpod is currently (130220) limited on 8 threads
|
||||||
|
"rust.jobs": 8,
|
||||||
|
"rust.build_on_save": true,
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user