Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function references hover action | Lukas Wirth | 2021-06-04 | 1 | -0/+1 |
| | |||||
* | fix: can download server binary on windows again | Aleksey Kladov | 2021-05-24 | 1 | -1/+1 |
| | | | | | | Closes #8956 See https://github.com/rust-analyzer/rust-analyzer/pull/8951#issuecomment-846716999 | ||||
* | More style fixes | Kirill Bulatov | 2021-05-23 | 1 | -1/+5 |
| | |||||
* | Don't use a deprecated accessor | Kirill Bulatov | 2021-05-23 | 1 | -1/+1 |
| | |||||
* | Merge #8624 | bors[bot] | 2021-04-27 | 1 | -2/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8624: Automatically detect rust library source file map r=vsrs a=vsrs This PR adds a new possible `rust-analyzer.debug.sourceFileMap` value: ```json { "rust-analyzer.debug.sourceFileMap": "auto" } ``` I did not make it the default because it uses two shell calls (`rustc --print sysroot` and `rustc -V -v`). First one can be slow (https://github.com/rust-lang/rustup/issues/783) Fixes #8619 Co-authored-by: vsrs <[email protected]> | ||||
| * | Add special `auto` value for `debug.sourceFileMap` | vsrs | 2021-04-22 | 1 | -2/+6 |
| | | |||||
* | | Add option to opt out from smaller inlay hints font size | Jorge Mederos Alvarado | 2021-04-27 | 1 | -0/+1 |
|/ | |||||
* | Make extension respect http proxy settings | Kam Y. Tse | 2021-03-07 | 1 | -0/+8 |
| | |||||
* | Add References code lens. | vsrs | 2021-01-23 | 1 | -0/+1 |
| | | | | For Struct, Enum, Union and Trait symbols. | ||||
* | Rename extension config | Aleksey Kladov | 2021-01-04 | 1 | -1/+3 |
| | |||||
* | Add an option for extra env vars in the Code extension | lf- | 2020-12-30 | 1 | -0/+3 |
| | |||||
* | Add method references CodeLens | vsrs | 2020-09-29 | 1 | -0/+1 |
| | |||||
* | Improve client logging (use output channel and more log levels) | Veetaha | 2020-07-05 | 1 | -4/+4 |
| | |||||
* | code linting | vsrs | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | Add tests | vsrs | 2020-07-03 | 1 | -2/+2 |
| | |||||
* | Add runnable env support. | vsrs | 2020-07-03 | 1 | -0/+6 |
| | |||||
* | Add custom cargo runners | vsrs | 2020-06-24 | 1 | -0/+4 |
| | |||||
* | Add `rust-analyzer.gotoLocation` command | vsrs | 2020-06-18 | 1 | -0/+3 |
| | |||||
* | Fix rust-analyzer.debug.openDebugPane option | vsrs | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Add hover actions as LSP extension | vsrs | 2020-06-05 | 1 | -4/+9 |
| | |||||
* | Introduce `toggle inlay hints` vscode command | veetaha | 2020-05-25 | 1 | -1/+1 |
| | | | | | | | | Users now can assign a shortcut for this command via the general vscode keybindings ui or `keybinding.json file` Closes: #4599 | ||||
* | Add "rust-analyzer.lens.enable" | vsrs | 2020-05-18 | 1 | -0/+2 |
| | |||||
* | CodeLens configuration options. | vsrs | 2020-05-17 | 1 | -0/+11 |
| | |||||
* | Remove "rust-analyzer.debug.useLaunchJson" option | vsrs | 2020-05-14 | 1 | -2/+1 |
| | |||||
* | Use launch.json in Debug Lens sessions. | vsrs | 2020-05-13 | 1 | -0/+1 |
| | | | | Add the possibility to use existing configurations via Debug Lens | ||||
* | Merge remote-tracking branch 'upstream/master' into uniformed_debug_lens | vsrs | 2020-05-08 | 1 | -0/+1 |
|\ | | | | | | | | | # Conflicts: # editors/code/src/commands/runnables.ts | ||||
| * | Add master config for inlayHints to make disabling easy | Aleksey Kladov | 2020-05-08 | 1 | -0/+1 |
| | | |||||
* | | Add additional debug options | vsrs | 2020-05-07 | 1 | -0/+2 |
| | | |||||
* | | Uniformed way to get Debug Lens target executable. | vsrs | 2020-05-06 | 1 | -2/+4 |
|/ | |||||
* | better configuration enum items | vsrs | 2020-04-29 | 1 | -1/+1 |
| | |||||
* | Configuration settings and source maps support | vsrs | 2020-04-29 | 1 | -1/+8 |
| | |||||
* | Add config for proc_macro | Edwin Cheng | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | vscode: fix typing bug in config | veetaha | 2020-04-11 | 1 | -9/+30 |
| | |||||
* | Enable the SemanticTokensFeature by default | kjeremy | 2020-04-08 | 1 | -1/+0 |
| | | | | | | | This is covered under vscode's "editor.semanticHighlighting.enabled" setting plus the user has to have a theme that has opted into highlighting. Bumps required vscode stable to 1.44 | ||||
* | Lean onto default implementation of configs | Aleksey Kladov | 2020-04-02 | 1 | -26/+4 |
| | |||||
* | Remove old syntax highlighting | Aleksey Kladov | 2020-04-02 | 1 | -2/+0 |
| | |||||
* | Process configuration response draft | Kirill Bulatov | 2020-03-30 | 1 | -3/+3 |
| | |||||
* | vscode: fix local devel | veetaha | 2020-03-26 | 1 | -1/+1 |
| | | | | The value of releaseTag is not undefined, but null in actual package.json | ||||
* | Extension types and rendering | Matt Hooper | 2020-03-24 | 1 | -0/+1 |
| | |||||
* | Merge #3695 | bors[bot] | 2020-03-24 | 1 | -61/+45 |
|\ | | | | | | | | | | | | | | | | | 3695: vscode: simplify and refactor config r=matklad a=Veetaha Removed unnecessary interfaces, changed `cfg` to be a getter to ensure the fresh values any time possible. Migrated from explicit casts to implicit. Co-authored-by: veetaha <[email protected]> | ||||
| * | vscode: simplify and refactor config | veetaha | 2020-03-23 | 1 | -61/+45 |
| | | |||||
* | | Don't try to enable proposed API's on stable | Aleksey Kladov | 2020-03-24 | 1 | -12/+6 |
|/ | |||||
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 1 | -2/+2 |
| | |||||
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 1 | -13/+7 |
| | |||||
* | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -96/+7 |
| | | | | | | | | | | | | | | 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). | ||||
* | Remove outDirOverrides | Emil Lauridsen | 2020-03-17 | 1 | -2/+0 |
| | |||||
* | Change existing OUT_DIR override config to make use of new infrastructure | Emil Lauridsen | 2020-03-17 | 1 | -1/+2 |
| | |||||
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -0/+3 |
| | |||||
* | Separate persistent mutable state from config | Aleksey Kladov | 2020-03-16 | 1 | -41/+0 |
| | | | | | That way, we clearly see which things are not change, and we also clearly see which things are persistent. | ||||
* | vscode-postrefactor: more logging and better error handling | Veetaha | 2020-03-14 | 1 | -19/+17 |
| |