This commit is contained in:
Kreyren 2020-02-18 11:41:41 +00:00
parent 846ed09c07
commit fe8a421908

@ -4,6 +4,12 @@
"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,
} }