Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add References code lens. | vsrs | 2021-01-23 | 2 | -0/+6 | |
* | | Code: reduce progress notification spam | Laurențiu Nicola | 2021-01-25 | 1 | -7/+9 | |
|/ | ||||||
* | 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 | |
* | Merge #7194 | bors[bot] | 2021-01-07 | 1 | -1/+6 | |
|\ | ||||||
| * | Don't update the server if managed by the user | Laurențiu Nicola | 2021-01-07 | 1 | -1/+6 | |
* | | Use american spelling for config | Aleksey Kladov | 2021-01-07 | 1 | -1/+1 | |
|/ | ||||||
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 1 | -0/+8 | |
* | Rename extension config | Aleksey Kladov | 2021-01-04 | 2 | -2/+4 | |
* | Allow download of aarch64-pc-windows-msvc binaries | Laurențiu Nicola | 2021-01-04 | 1 | -10/+9 | |
* | Merge #7068 | bors[bot] | 2021-01-03 | 4 | -0/+66 | |
|\ | ||||||
| * | Remove some unnecessary code copied from the Syntax Tree command | Phil Ellison | 2021-01-01 | 1 | -17/+3 | |
| * | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 4 | -0/+80 | |
* | | Add an option for extra env vars in the Code extension | lf- | 2020-12-30 | 4 | -3/+21 | |
* | | Apply text edits manually in vscode client | Lukas Wirth | 2020-12-29 | 1 | -2/+8 | |
|/ | ||||||
* | Merge #7001 | bors[bot] | 2020-12-22 | 1 | -6/+8 | |
|\ | ||||||
| * | Add support for downloading aarch64-apple-darwin binaries, change naming conv... | Laurențiu Nicola | 2020-12-22 | 1 | -6/+8 | |
* | | Merge #7002 | bors[bot] | 2020-12-22 | 1 | -5/+15 | |
|\ \ | ||||||
| * | | Fix grammar nit | P. Horban | 2020-12-22 | 1 | -1/+1 | |
| * | | Extension conflict check detests more combinations | Przemyslaw Horban | 2020-12-22 | 1 | -5/+15 | |
| |/ | ||||||
* | | Merge #6993 | bors[bot] | 2020-12-22 | 1 | -25/+25 | |
|\ \ | |/ |/| | ||||||
| * | Clean up descriptions for settings | Rüdiger Herrmann | 2020-12-22 | 1 | -25/+25 | |
* | | Merge #6746 | bors[bot] | 2020-12-22 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Use workspace applyEdit instead of snippetWorkspaceEdit | Daiki Ihara | 2020-12-21 | 1 | -1/+1 | |
* | | | Merge #6984 | bors[bot] | 2020-12-22 | 3 | -1146/+0 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Remove TextMate grammar | Laurențiu Nicola | 2020-12-21 | 3 | -1146/+0 | |
| |/ | ||||||
* | | 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 | |
|/ | ||||||
* | 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 | |
* | LSP 3.16 - Released | kjeremy | 2020-12-17 | 2 | -31/+46 | |
* | add language-configuration.json to .vscodeignore | Bryan Gin-ge Chen | 2020-12-15 | 1 | -0/+1 | |
* | add a language configuration for VS Code | Dusty Pomerleau | 2020-12-13 | 2 | -0/+49 | |
* | Make config.rs a single source of truth for configuration. | Aleksey Kladov | 2020-12-08 | 1 | -320/+304 | |
* | Merge #6706 | bors[bot] | 2020-12-08 | 1 | -2/+5 | |
|\ | ||||||
| * | Better config name | Kirill Bulatov | 2020-12-08 | 1 | -3/+6 | |
| * | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -3/+3 | |
* | | Remove workaround & fix fetch$1 is not a function | Kafji | 2020-12-08 | 1 | -4/+1 | |
|/ | ||||||
* | Update npm packages | kjeremy | 2020-12-07 | 2 | -691/+579 | |
* | Merge #6496 | bors[bot] | 2020-11-26 | 1 | -3/+0 | |
|\ | ||||||
| * | Just remove the macro fallback | George Fraser | 2020-11-25 | 1 | -0/+6 | |
| * | Use builtin scopes more | George Fraser | 2020-11-07 | 1 | -9/+0 | |
* | | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 1 | -0/+5 | |
* | | ensure word boundary after `true` | Dusty Pomerleau | 2020-11-21 | 1 | -1/+1 | |
* | | Use vscode-languageclient 7.0.0-next.14 | kjeremy | 2020-11-17 | 3 | -13/+15 | |
* | | Cleanup workspace loading a tiny bit | Aleksey Kladov | 2020-11-13 | 1 | -5/+5 | |
* | | Merge #6519 | bors[bot] | 2020-11-13 | 4 | -0/+37 | |
|\ \ | ||||||
| * | | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 4 | -0/+37 |