| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -4/+0 |
* | Dispose logger on extension deactivation | Veetaha | 2020-07-05 | 1 | -0/+4 |
* | Improve client logging (use output channel and more log levels) | Veetaha | 2020-07-05 | 1 | -10/+41 |
* | Never disable error logging on the frontend | Veetaha | 2020-06-22 | 1 | -1/+0 |
* | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 1 | -0/+18 |
* | Add `inRustProject` when-clause for commands. | vsrs | 2020-05-27 | 1 | -0/+5 |
* | Partially fix displaying inlay hints in Github PR diff views | veetaha | 2020-05-26 | 1 | -4/+5 |
* | Fix cargo not found on macos bug at vscode extension side | veetaha | 2020-05-06 | 1 | -0/+11 |
* | vscode: add syntax tree inspection hovers and highlights | veetaha | 2020-03-31 | 1 | -2/+2 |
* | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -54/+0 |
* | vscode-prerefactor: add some utility functions | Veetaha | 2020-03-14 | 1 | -6/+63 |
* | vscode: prerefactor util.ts and ctx.ts | Veetaha | 2020-03-07 | 1 | -3/+9 |
* | Centralize the check for languageId on document | Julien Roncaglia | 2020-03-02 | 1 | -0/+8 |
* | vscode: simplify assert.eq() to assert() as per matklad | Veetaha | 2020-02-28 | 1 | -11/+1 |
* | vscode: add dat semicolon | Veetaha | 2020-02-28 | 1 | -1/+1 |
* | vscode: add equality assertion | Veetaha | 2020-02-28 | 1 | -0/+10 |
* | vscode: rename nodeAssert -> nativeAssert | Veetaha | 2020-02-28 | 1 | -2/+2 |
* | vscode: add error loging on failed assertion | Veetaha | 2020-02-28 | 1 | -1/+6 |
* | vscode: migrate to more type-safe assert impl | Veetaha | 2020-02-28 | 1 | -4/+8 |
* | vscode: migrate inlay_hints to rust-analyzer-api.ts | Veetaha | 2020-02-24 | 1 | -8/+8 |
* | vscode: gracefully handle cancellation errors | Veetaha | 2020-02-23 | 1 | -0/+40 |
* | Extract client-side logging | Aleksey Kladov | 2020-02-22 | 1 | -0/+18 |