Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
* | Consider EPERM error as other vscode processes using rust-analyzer | Veetaha | 2020-07-07 | 1 | -1/+1 | |
* | Fix: allow for binaries from $PATH to pass validity check | Veetaha | 2020-07-06 | 1 | -6/+2 | |
* | Revert "Dispose logger on extension deactivation" | Veetaha | 2020-07-05 | 2 | -6/+0 | |
* | Dispose logger on extension deactivation | Veetaha | 2020-07-05 | 2 | -0/+6 | |
* | Improve client logging (use output channel and more log levels) | Veetaha | 2020-07-05 | 4 | -18/+49 | |
* | Merge #5202 | bors[bot] | 2020-07-03 | 3 | -13/+44 | |
|\ | ||||||
| * | Fix workspaceRoot | vsrs | 2020-07-03 | 1 | -1/+3 | |
| * | code linting | vsrs | 2020-07-03 | 2 | -2/+2 | |
| * | Add tests | vsrs | 2020-07-03 | 3 | -10/+10 | |
| * | Add runnable env support. | vsrs | 2020-07-03 | 3 | -11/+40 | |
* | | Pass CodeActionKind through our middleware to populate menus | Jeremy Kolb | 2020-07-02 | 1 | -2/+4 | |
|/ | ||||||
* | Merge #5188 | bors[bot] | 2020-07-02 | 3 | -1/+46 | |
|\ | ||||||
| * | Implement StatusBar | Aleksey Kladov | 2020-07-02 | 3 | -1/+46 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Merge #5089 #5161 #5184 #5185 #5186 | bors[bot] | 2020-07-02 | 1 | -7/+19 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| | | * | Force showing extension activation error pop-up notification | Veetaha | 2020-07-02 | 1 | -3/+11 | |
| | * | | Always install required nightly extension if current one is not nightly | Veetaha | 2020-07-02 | 1 | -4/+8 | |
| | |/ | ||||||
* | / | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 3 | -4/+4 | |
|/ / | ||||||
* | | Merge #5101 | bors[bot] | 2020-06-30 | 2 | -1/+6 | |
|\ \ | |/ |/| | ||||||
| * | Add light-weight snapshot testing library with editor integration | Aleksey Kladov | 2020-06-27 | 2 | -1/+6 | |
* | | Merge #5119 | bors[bot] | 2020-06-29 | 1 | -3/+9 | |
|\ \ | ||||||
| * | | Show notification while SSR is in progress | David Lattimore | 2020-06-29 | 1 | -3/+9 | |
| |/ | ||||||
* / | Fix SSR prompt following #4919 | David Lattimore | 2020-06-27 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #5017 | bors[bot] | 2020-06-26 | 5 | -83/+96 | |
|\ | ||||||
| * | Fix ts lints | vsrs | 2020-06-24 | 1 | -2/+2 | |
| * | Switch to ShellExecution instead of full Task | vsrs | 2020-06-24 | 2 | -41/+45 |