Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ | |||||
* / | Restore semantic token flickering workaround removed in #5697 | Charles Pierce | 2020-11-04 | 1 | -0/+17 |
|/ | |||||
* | fix: distinguish turbofish function calls from namespaces | Dusty Pomerleau | 2020-11-03 | 1 | -0/+60 |
* | fix: allow functions without curly brackets | Dusty Pomerleau | 2020-11-03 | 1 | -1/+1 |
* | fix: allow comments in attributes | Dusty Pomerleau | 2020-11-02 | 1 | -0/+6 |
* | Smaller inlay hints | kjeremy | 2020-10-28 | 1 | -1/+1 |
* | Also set textDecoration: none on inlay hints | Laurențiu Nicola | 2020-10-28 | 1 | -0/+1 |
* | Set font-wieght: normal on inlay hints | Laurențiu Nicola | 2020-10-27 | 1 | -0/+1 |
* | Update package | kjeremy | 2020-10-26 | 2 | -12/+12 |
* | Latest proposed LSP 3.16.0 | kjeremy | 2020-10-26 | 3 | -19/+18 |
* | fix: narrow the case where angle brackets are seen as comparison operators | Dusty Pomerleau | 2020-10-26 | 1 | -1/+19 |
* | fix: underscores, raw IDs | Dusty Pomerleau | 2020-10-24 | 1 | -16/+17 |
*-. | Merge #6251 #6310 | bors[bot] | 2020-10-23 | 1 | -0/+4 |
|\ \ | |||||
| * | | Editor: Code: Add callable to package.json | GrayJack | 2020-10-16 | 1 | -0/+4 |
* | | | fix: prevent line comments inside block comments | Dusty Pomerleau | 2020-10-22 | 1 | -19/+34 |
| |/ |/| | |||||
* | | fix: require matching hash quantities for raw strings | Dusty Pomerleau | 2020-10-21 | 1 | -22/+3 |
* | | Merge #6274 | bors[bot] | 2020-10-19 | 1 | -1/+3 |
|\ \ | |||||
| * | | Check cargoExtraArgs for undefined before using | feileacan | 2020-10-18 | 1 | -1/+3 |