diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-30 19:08:06 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-30 19:08:06 +0000 |
commit | 897e74f089ee4c13aeca6f0244c7809c1b631a34 (patch) | |
tree | fbbe95bcc02f14ae203fd407a15a61eb24aceb92 /crates/ra_lsp_server/tests | |
parent | 42ee08f14012dc1a6b42e5b7972395cb49be6862 (diff) | |
parent | ce939795eda971f121231cca36b5bf99ef4fd6c4 (diff) | |
parent | b88ba007cc2631799c2334753a7de807c548685e (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]>