Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Revert "Upgrade version of npms lockfile" | Aleksey Kladov | 2020-11-13 | 1 | -2754/+10 |
* | | | Upgrade version of npms lockfile | Aleksey Kladov | 2020-11-12 | 1 | -10/+2754 |
* | | | Address review comments | Xavier Denis | 2020-11-12 | 2 | -3378/+15 |
* | | | Add support for loading rustc private crates | Xavier Denis | 2020-11-11 | 2 | -10/+3381 |
|/ / | |||||
* | | Switch to upstream protocol for resolving code action | Aleksey Kladov | 2020-11-10 | 3 | -20/+18 |
* | | fix: prevent `/**/` from matching block doc comments | Dusty Pomerleau | 2020-11-09 | 1 | -5/+10 |
* | | Merge #6465 | bors[bot] | 2020-11-09 | 1 | -5/+18 |
|\ \ | |||||
| * | | Support multiple workspace edits | Lukas Wirth | 2020-11-04 | 1 | -5/+18 |
* | | | vscode: fix tmGrammar issues around non-controlflow keywords | cynecx | 2020-11-07 | 1 | -7/+7 |
| |/ |/| | |||||
* | | allow variables to terminate ranges | Dusty Pomerleau | 2020-11-07 | 1 | -1/+1 |
* | | precedence fixes: | Dusty Pomerleau | 2020-11-07 | 1 | -7/+7 |
* | | Merge #6488 | bors[bot] | 2020-11-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | add `+=` to assignment operators | Dusty Pomerleau | 2020-11-06 | 1 | -1/+1 |
| |/ |