Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build extension too | Jonas Schievink | 2020-04-28 | 1 | -2/+2 |
| | |||||
* | Rebuild rust-analyzer when launching in VS Code | Jonas Schievink | 2020-04-28 | 1 | -2/+2 |
| | |||||
* | Add Launch configuration for release build | Jonas Schievink | 2020-04-23 | 1 | -2/+23 |
| | |||||
* | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | 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). | ||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -2/+2 |
| | |||||
* | vscode: apply lnicolas amendments to comments in launch.json | Veetaha | 2020-02-16 | 1 | -7/+8 |
| | |||||
* | vscode: remove extra comment lone | Veetaha | 2020-02-16 | 1 | -1/+0 |
| | |||||
* | vscode: skip node internals while debugging | Veetaha | 2020-02-16 | 1 | -5/+11 |
| | |||||
* | Apply suggestions from code review | Aleksey Kladov | 2020-02-16 | 1 | -3/+4 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Added short description and disable-extensions | Dmitry | 2020-02-16 | 1 | -1/+16 |
| | |||||
* | Minimize TypeScript build | Aleksey Kladov | 2019-12-30 | 1 | -8/+18 |
| | |||||
* | Trim down launch configurations | Aleksey Kladov | 2019-12-29 | 1 | -5/+11 |
| | |||||
* | Drop all the debugging tasks | Aleksey Kladov | 2019-12-29 | 1 | -309/+0 |
| | | | | | | | | There are too many of them, and they no longer match the set of crates we have. This really should be handled in a different way, by having out "rust-analyzer: Run" generate the appropriate lldb config on the fly. | ||||
* | Add rollup sourcemap and fix launch.json | Edwin Cheng | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is set | Andrew Ross | 2019-01-19 | 1 | -0/+340 |
Changed presentation from clear to reveal silent Removed the vscode gitignore entry Added debugging documentation Added tasks and launch configs |