Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix opening single files | Kirill Bulatov | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | Create tasks for all workspaces | Kirill Bulatov | 2021-05-25 | 1 | -4/+3 |
| | |||||
* | Fix ts lint errors | Kirill Bulatov | 2021-05-23 | 1 | -2/+2 |
| | |||||
* | Send detached files info to server via init params | Kirill Bulatov | 2021-05-23 | 1 | -2/+2 |
| | |||||
* | Start rust-analyzer server for arbitrary rust files | Kirill Bulatov | 2021-05-23 | 1 | -37/+44 |
| | |||||
* | More style fixes | Kirill Bulatov | 2021-05-23 | 1 | -15/+14 |
| | |||||
* | Style fix | Kirill Bulatov | 2021-05-23 | 1 | -8/+10 |
| | |||||
* | Better releaseId naming | Kirill Bulatov | 2021-05-23 | 1 | -7/+6 |
| | |||||
* | Remove nightly release id from local storage for stable extensions | Kirill Bulatov | 2021-05-23 | 1 | -1/+3 |
| | |||||
* | Download nightly extension when configured and run from stable extension version | Kirill Bulatov | 2021-05-23 | 1 | -3/+10 |
| | |||||
* | Add a "Debug ItemTree" LSP request | Jonas Schievink | 2021-05-21 | 1 | -0/+1 |
| | |||||
* | Allow viewing the crate graph in a webview | Jonas Schievink | 2021-05-11 | 1 | -0/+1 |
| | |||||
* | Item up and down movers | ivan770 | 2021-03-18 | 1 | -0/+2 |
| | |||||
* | Merge #7799 | bors[bot] | 2021-03-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 7799: Related tests r=matklad a=vsrs ![tests](https://user-images.githubusercontent.com/62505555/109397453-a9013680-7947-11eb-8b11-ac03079f7645.gif) This adds an ability to look for tests for the item under the cursor: function, constant, data type, etc The LSP part is bound to change. But the feature itself already works and I'm looking for a feedback :) Co-authored-by: vsrs <[email protected]> | ||||
| * | Add LSP request and VSCode command | vsrs | 2021-02-27 | 1 | -0/+1 |
| | | |||||
* | | Make extension respect http proxy settings | Kam Y. Tse | 2021-03-07 | 1 | -2/+4 |
|/ | |||||
* | Try to detect musl distros in the Code extension | Laurențiu Nicola | 2021-02-20 | 1 | -2/+12 |
| | |||||
* | fix: tolerate spaces in nix binary patching | Yaroslav Bolyukin | 2021-02-13 | 1 | -3/+3 |
| | | | | | | | | | | If path to original file contains space (I.e on code insiders, where default data directory is ~/Code - Insiders/), then there is syntax error evaluating src arg. Instead pass path as str, and coerce to path back in nix expression Signed-off-by: Yaroslav Bolyukin <[email protected]> | ||||
* | Merge #7625 | bors[bot] | 2021-02-10 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | 7625: Add **Copy Run Command Line** command for vscode r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Add **Copy Run Command Line** command for vscode | Aleksey Kladov | 2021-02-10 | 1 | -0/+1 |
| | | | | | | | | | | This is useful when you want to, e.g., run a specific test in a terminal with `--release`. | ||||
* | | use await instead | Sahandevs | 2021-02-09 | 1 | -9/+6 |
| | | |||||
* | | format | Sahandevs | 2021-02-07 | 1 | -5/+5 |
| | | |||||
* | | handle Thenable type rejects | Sahandevs | 2021-02-07 | 1 | -5/+9 |
|/ | |||||
* | Simplify file download code | Laurențiu Nicola | 2021-01-25 | 1 | -2/+0 |
| | |||||
* | Download aarch64-unknown-linux-gnu from GitHub | Laurențiu Nicola | 2021-01-17 | 1 | -0/+1 |
| | |||||
* | Fix server path comparison | Laurențiu Nicola | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | Don't update the server if managed by the user | Laurențiu Nicola | 2021-01-07 | 1 | -1/+6 |
| | |||||
* | Allow download of aarch64-pc-windows-msvc binaries | Laurențiu Nicola | 2021-01-04 | 1 | -10/+9 |
| | |||||
* | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 1 | -0/+1 |
| | |||||
* | Merge #7001 | bors[bot] | 2020-12-22 | 1 | -6/+8 |
|\ | | | | | | | | | | | | | | | | | | | 7001: Add support for downloading aarch64-apple-darwin binaries r=matklad a=lnicola There's also a slight behavior change here: we no longer download our 64-binaries on 32-bit Darwin and Linux. We still do that on Windows, as I don't know how to detect 32-bit Node on 64 Windows. But some people install the 32-bit Code by mistake, I doubt 32-bit Windows is that popular in the Rust crowd. Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| * | Add support for downloading aarch64-apple-darwin binaries, change naming ↵ | Laurențiu Nicola | 2020-12-22 | 1 | -6/+8 |
| | | | | | | | | convention | ||||
* | | Fix grammar nit | P. Horban | 2020-12-22 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
* | | Extension conflict check detests more combinations | Przemyslaw Horban | 2020-12-22 | 1 | -5/+15 |
|/ | |||||
* | Don't download x64 binaries on non-Mac arm64 | Laurențiu Nicola | 2020-12-21 | 1 | -1/+3 |
| | |||||
* | Allow code extension to download binary in apple arm | Son | 2020-12-21 | 1 | -1/+1 |
| | |||||
* | Remove outdated FIXME | Laurențiu Nicola | 2020-12-21 | 1 | -3/+2 |
| | |||||
* | Use /etc/os-release to check for NixOS | Laurențiu Nicola | 2020-12-21 | 1 | -1/+10 |
| | | | | | | The motivation in #5641 isn't too strong, but /etc/os-release exists on pretty much every Linux distro, while /etc/nixos sounds like an implementation detail. | ||||
* | Fixed formatting | Przemyslaw Horban | 2020-12-18 | 1 | -2/+2 |
| | |||||
* | Added a warning if conflicting rust-lang.rust is enabled. | Przemyslaw Horban | 2020-12-18 | 1 | -0/+11 |
| | |||||
* | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 1 | -0/+1 |
| | |||||
* | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+1 |
| | |||||
* | Move unlink on download into download function | Matthias Einwag | 2020-09-23 | 1 | -11/+3 |
| | | | | | Since this is required by all callsites its easier to have it in the function itself. | ||||
* | 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 | 1 | -17/+20 |
| | |||||
* | Apply suggestions from code review | Matthias Einwag | 2020-09-23 | 1 | -1/+1 |
| | | | Co-authored-by: Veetaha <[email protected]> | ||||
* | Remove stray newline | Matthias Einwag | 2020-09-23 | 1 | -1/+0 |
| | |||||
* | Fix clearing the token | Matthias Einwag | 2020-09-23 | 1 | -3/+8 |
| | | | | | | | The previous version would have interpreted an empty token as an abort of the dialog and would have not properly cleared the token. This is now fixed by checking for `undefined` for a an abort and by setting the token to `undefined` in order to clear it. | ||||
* | 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 |
| | | | | | | Since the change already implements a retry dialog for network operations, let's also use it for allowing to retry the actual file. | ||||
* | Fix tslint | Matthias Einwag | 2020-09-23 | 1 | -2/+2 |
| |