Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | Everything now happens in main.ts, in the bootstrap family of functions. The current flow is: * check everything only on extension installation. * if the user is on nightly channel, try to download the nightly extension and reload. * when we install nightly extension, we persist its release id, so that we can check if the current release is different. * if server binary was not downloaded by the current version of the extension, redownload it (we persist the version of ext that downloaded the server). | ||||
* | 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 |
| | | | | Also move visibleRustEditors to Ctx | ||||
* | 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 |