Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use vscode-languageclient 7.0.0-next.14 | kjeremy | 2020-11-17 | 1 | -0/+2 |
* | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 3 | -0/+28 |
* | Switch to upstream protocol for resolving code action | Aleksey Kladov | 2020-11-10 | 3 | -20/+18 |
* | Merge #6465 | bors[bot] | 2020-11-09 | 1 | -5/+18 |
|\ | |||||
| * | Support multiple workspace edits | Lukas Wirth | 2020-11-04 | 1 | -5/+18 |
* | | Restore semantic token flickering workaround removed in #5697 | Charles Pierce | 2020-11-04 | 1 | -0/+17 |
|/ | |||||
* | Smaller inlay hints | kjeremy | 2020-10-28 | 1 | -1/+1 |
* | Also set textDecoration: none on inlay hints | Laurențiu Nicola | 2020-10-28 | 1 | -0/+1 |
* | Set font-wieght: normal on inlay hints | Laurențiu Nicola | 2020-10-27 | 1 | -0/+1 |
* | Latest proposed LSP 3.16.0 | kjeremy | 2020-10-26 | 1 | -3/+2 |
* | Check cargoExtraArgs for undefined before using | feileacan | 2020-10-18 | 1 | -1/+3 |
* | Insert a ZWNJ before type hints | Laurențiu Nicola | 2020-10-15 | 1 | -2/+4 |
* | Fix resolveCodeAction request | Laurențiu Nicola | 2020-10-13 | 1 | -2/+2 |
* | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
* | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 2 | -4/+4 |
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -10/+1 |
* | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 3 | -2/+35 |
* | Support 'runnables' options in the vs code extension | Igor Aleksanov | 2020-10-02 | 3 | -1/+13 |
* | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 2 | -8/+16 |
* | Add method references CodeLens | vsrs | 2020-09-29 | 1 | -0/+1 |
* | Fix lint | Matthias Einwag | 2020-09-23 | 1 | -1/+1 |
* | Move unlink on download into download function | Matthias Einwag | 2020-09-23 | 2 | -11/+11 |
* | Remane function | Matthias Einwag | 2020-09-23 | 1 | -5/+5 |
* | Use closure in trailing position and strongly type header map | Matthias Einwag | 2020-09-23 | 2 | -18/+21 |
* | Apply suggestions from code review | Matthias Einwag | 2020-09-23 | 1 | -1/+1 |
* | Remove stray newline | Matthias Einwag | 2020-09-23 | 1 | -1/+0 |
* | Fix clearing the token | Matthias Einwag | 2020-09-23 | 1 | -3/+8 |
* | Add a command for updating the Github API token | Matthias Einwag | 2020-09-23 | 1 | -0/+4 |
* | Use retry dialog also for downloads | Matthias Einwag | 2020-09-23 | 1 | -20/+30 |
* | Fix tslint | Matthias Einwag | 2020-09-23 | 1 | -2/+2 |
* | Allow to use a Github Auth token for fetching releases | Matthias Einwag | 2020-09-23 | 3 | -4/+72 |
* | Fix LSP requests with no arguments | Laurențiu Nicola | 2020-09-17 | 2 | -6/+6 |
* | Fix delimiter in SSR example | Laurențiu Nicola | 2020-09-15 | 1 | -1/+1 |
* | Move to vscode-languageclient 7.0.0-next.9 | kjeremy | 2020-09-02 | 4 | -18/+9 |
*-. | Merge #5910 #5912 | bors[bot] | 2020-08-29 | 2 | -2/+1 |
|\ \ | |||||
| | * | Remove fixme from inlay_hints.ts | Veetaha | 2020-08-29 | 1 | -1/+0 |
| |/ |/| | |||||
| * | Fix some typos | Kirill Bulatov | 2020-08-28 | 1 | -1/+1 |
|/ | |||||
* | Make inlay hints colors more configurable | Veetaha | 2020-08-26 | 1 | -47/+28 |
* | Merge #5841 | bors[bot] | 2020-08-24 | 1 | -0/+8 |
|\ | |||||
| * | Gate stream.pipeline workaround on fixed versions of node | Veetaha | 2020-08-21 | 1 | -0/+8 |
* | | Dont ask me why... | Veetaha | 2020-08-21 | 1 | -1/+0 |
|/ | |||||
* | Merge #5782 | bors[bot] | 2020-08-17 | 2 | -2/+5 |
|\ | |||||
| * | Fix StatusNotification | vsrs | 2020-08-17 | 2 | -2/+5 |
* | | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 1 | -2/+2 |
|/ | |||||
* | Merge #5697 | bors[bot] | 2020-08-10 | 1 | -8/+2 |
|\ | |||||
| * | Remove 'as any' | Jeremy Kolb | 2020-08-09 | 1 | -1/+1 |
| * | Remove workaround for semantic token flickering | Jeremy Kolb | 2020-08-09 | 1 | -7/+1 |
* | | Fix no inlay hints / unresolved tokens until manual edit | Veetaha | 2020-08-08 | 1 | -3/+3 |
|/ | |||||
* | Merge #5513 | bors[bot] | 2020-07-31 | 1 | -2/+10 |
|\ | |||||
| * | delete empty line | Urban Dove | 2020-07-26 | 1 | -1/+0 |