Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enable noImplicitReturns option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -6/+8 | |
* | Enable noUnusedParameters option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 3 | -3/+3 | |
* | Code: enable prettier trailing commas | Laurențiu Nicola | 2019-12-09 | 13 | -88/+88 | |
* | Merge pull request #2297 from kiljacken/master | Aleksey Kladov | 2019-11-20 | 1 | -13/+1 | |
|\ | ||||||
| * | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 1 | -13/+1 | |
* | | Minor fix for outpu text formating | Edwin Cheng | 2019-11-19 | 1 | -1/+1 | |
* | | Use DocumentProvider instead of Hover | Edwin Cheng | 2019-11-19 | 1 | -23/+58 | |
* | | Change return type of expand_macro | Edwin Cheng | 2019-11-19 | 1 | -5/+8 | |
* | | Fix npm formatting | Edwin Cheng | 2019-11-19 | 1 | -8/+8 | |
* | | Add recursive expand in vscode | Edwin Cheng | 2019-11-19 | 2 | -0/+47 | |
|/ | ||||||
* | Fix format | oxalica | 2019-11-16 | 1 | -1/+3 | |
* | Check exit code of `cargo watch` | oxalica | 2019-11-15 | 1 | -3/+3 | |
* | Handle errors when `cargo watch` fails | oxalica | 2019-11-15 | 1 | -0/+5 | |
* | Merge #1980 | bors[bot] | 2019-10-23 | 1 | -1/+17 | |
|\ | ||||||
| * | Do not truncate the range | Wilco Kusee | 2019-10-23 | 1 | -30/+10 | |
| * | Make inlay hint length configurable | Wilco Kusee | 2019-10-18 | 1 | -14/+26 | |
| * | Truncate hints longer than 20 characters | Wilco Kusee | 2019-10-10 | 1 | -4/+28 | |
* | | Adds config option for cargo-watch `--ignore` flag | Roberto Vidal | 2019-10-17 | 1 | -1/+6 | |
|/ | ||||||
* | Replace watcher file existence check with vscode.fs version | Lucas Spits | 2019-09-09 | 1 | -11/+10 | |
* | Avoid shared mutable state | Kirill Bulatov | 2019-08-05 | 1 | -67/+39 | |
* | Cache decorations before the first change only | Kirill Bulatov | 2019-08-05 | 1 | -20/+21 | |
* | Use WeakMap to avoid memory leaks | Kirill Bulatov | 2019-08-05 | 1 | -10/+12 | |
* | Style and test fixes | Kirill Bulatov | 2019-08-04 | 1 | -6/+17 | |
* | Query less hints on file open | Kirill Bulatov | 2019-08-04 | 1 | -18/+34 | |
* | Style fixes | Kirill Bulatov | 2019-07-29 | 1 | -1/+4 | |
* | Ignore cancelled inlay hints responses | Kirill Bulatov | 2019-07-29 | 1 | -6/+8 | |
* | npm run fix | Kirill Bulatov | 2019-07-25 | 1 | -1/+5 | |
* | Code review fixes | Kirill Bulatov | 2019-07-25 | 1 | -7/+7 | |
* | Remove unnecessary hacks | Kirill Bulatov | 2019-07-25 | 1 | -29/+0 | |
* | Fix linter issues | Kirill Bulatov | 2019-07-25 | 2 | -29/+63 | |
* | Simplify the hints display | Kirill Bulatov | 2019-07-25 | 1 | -53/+6 | |
* | Show type decorators | Kirill Bulatov | 2019-07-25 | 2 | -1/+145 | |
* | Fix `cargo watch` code action filtering | Ryan Cumming | 2019-06-29 | 1 | -46/+21 | |
* | Initial Visual Studio Code unit tests | Ryan Cumming | 2019-06-26 | 1 | -61/+5 | |
* | Fix comparison of Code Action edit lengths | Ryan Cumming | 2019-06-25 | 1 | -1/+1 | |
* | Rich mapping of cargo watch output | Ryan Cumming | 2019-06-25 | 1 | -54/+132 | |
* | Fix code after "apply suggestions" | Aleksei Sidorov | 2019-06-24 | 2 | -5/+11 | |
* | Fix tslints | Aleksei Sidorov | 2019-06-24 | 1 | -3/+1 | |
* | Introduce cargo-watch.check-command | Aleksei Sidorov | 2019-06-24 | 2 | -5/+9 | |
* | Pass `--all-targets` to `cargo watch` | Aleksi Juvani | 2019-05-21 | 1 | -1/+1 | |
* | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 2 | -36/+0 | |
* | start cargo watch if not started interactively | Bernardo | 2019-04-19 | 1 | -1/+11 | |
* | cargo watch start and stop commands | Bernardo | 2019-04-19 | 3 | -53/+74 | |
* | Sends cwd info for runnables and code lenses | Roberto Vidal | 2019-04-14 | 1 | -1/+2 | |
* | Fix eslint errors | Emil Lauridsen | 2019-04-03 | 1 | -1/+1 | |
* | Add extra double quotes only on Windows. | Emil Lauridsen | 2019-04-03 | 1 | -0/+4 | |
* | Fix VSCode cargo-watch functionality on Linux. | Emil Lauridsen | 2019-04-03 | 1 | -2/+1 | |
* | Add cargo-watch package animation and refactoring | Edwin Cheng | 2019-04-02 | 2 | -44/+78 | |
* | Add Cargo.toml file check before cargo watch start | Edwin Cheng | 2019-04-02 | 1 | -0/+22 | |
* | Add cargo-watch.check-arguments | Edwin Cheng | 2019-04-02 | 2 | -28/+66 |