Zernit/.theia/settings.json

19 lines
612 B
JSON
Raw Normal View History

2020-01-25 15:56:00 +01:00
{
2020-02-18 12:41:41 +01:00
"editor.wordWrap": "on",
// To show invisibles
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.tabCompletion": "on",
"setup.dontask": true,
// rustlang
2020-01-25 15:56:00 +01:00
"crates.upToDateDecorator": "",
2020-02-18 12:41:41 +01:00
"rust.wait_to_build": 0,
// FIXME: Expand nproc command here
// NOTICE: Gitpod is currently (130220) limited on 8 threads
2020-02-22 22:55:57 +01:00
// FIXME: We are unable to shot datatype helpers (https://github.com/gitpod-io/gitpod/issues/1200)
2020-02-18 12:41:41 +01:00
"rust.jobs": 8,
"rust.build_on_save": true,
2020-02-18 14:04:42 +01:00
"rust.target_dir": "build/rustlang",
2020-02-22 22:55:57 +01:00
"rust-analyzer.displayInlayHints": true,
"rust-analyzer.highlightingOn": true,
2020-01-25 15:56:00 +01:00
}