aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/source_binder.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-30 19:08:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-30 19:08:06 +0000
commit897e74f089ee4c13aeca6f0244c7809c1b631a34 (patch)
treefbbe95bcc02f14ae203fd407a15a61eb24aceb92 /crates/ra_hir/src/source_binder.rs
parent42ee08f14012dc1a6b42e5b7972395cb49be6862 (diff)
parentce939795eda971f121231cca36b5bf99ef4fd6c4 (diff)
parentb88ba007cc2631799c2334753a7de807c548685e (diff)
Merge #704 #705
704: Feat/jinstall lsp r=matklad a=DJMcNab Add `cargo jinstall-lsp` as a shorthand to include jemalloc support Also activate the extension when the commands are run which is makes sense to activate. I still need to work out what `Run` actually does to give it a better name, and other extensions through some voodoo magic are able to hide their commands from the command palette before the extension is activated, which would be a better fix. 705: Pass Documentation up to LSP and add "rust" to our codeblocks there r=matklad a=kjeremy Fixes #699 Co-authored-by: DJMcNab <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]>