Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | try select correct workspace in vscode multi workspace | Urban Dove | 2020-07-26 | 1 | -2/+11 |
* | | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 2 | -2/+4 |
* | | SSR: Fix a typescript lint warning | David Lattimore | 2020-07-24 | 1 | -1/+1 |
* | | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 2 | -3/+13 |
|/ | |||||
* | Merge #5480 | bors[bot] | 2020-07-23 | 1 | -0/+4 |
|\ | |||||
| * | Fix snippetTextEdits applying to other files | Timo Freiberg | 2020-07-22 | 1 | -0/+4 |
* | | ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ... | James Leitch | 2020-07-23 | 1 | -0/+1 |
|/ | |||||
* | Workaround rollup messing up default imports | Veetaha | 2020-07-08 | 1 | -1/+4 |
* | Gzip artifacts | Veetaha | 2020-07-07 | 2 | -16/+17 |
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 3 | -0/+34 |