Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5119 | bors[bot] | 2020-06-29 | 1 | -3/+9 |
|\ | | | | | | | | | | | | | | | 5119: Show notification while SSR is in progress r=matklad a=davidlattimore Ideally we would (a) show progress and (b) allow cancellation, but at least now there's some indication to the user that something is happening. Co-authored-by: David Lattimore <[email protected]> | ||||
| * | Show notification while SSR is in progress | David Lattimore | 2020-06-29 | 1 | -3/+9 |
| | | | | | | | | Ideally we would (a) show progress and (b) allow cancellation, but at least now there's some indication to the user that something is happening. | ||||
* | | Fix SSR prompt following #4919 | David Lattimore | 2020-06-27 | 1 | -1/+1 |
|/ | |||||
* | Add custom cargo runners | vsrs | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | Add `rust-analyzer.gotoLocation` command | vsrs | 2020-06-18 | 1 | -0/+14 |
| | |||||
* | Preliminary implementation of lazy CodeAssits | Mikhail Rakhmanov | 2020-06-02 | 1 | -2/+17 |
| | |||||
* | Move run commands to commands.ts | Aleksey Kladov | 2020-06-02 | 1 | -14/+60 |
| | |||||
* | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 1 | -3/+3 |
| | |||||
* | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 1 | -5/+5 |
| | |||||
* | Flatten commands.ts | Aleksey Kladov | 2020-05-25 | 1 | -0/+370 |