| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-11-20 | Minor fix for outpu text formating | Edwin Cheng | -1/+1 |
| 2019-11-20 | Use DocumentProvider instead of Hover | Edwin Cheng | -33/+70 |
| 2019-11-19 | Change return type of expand_macro | Edwin Cheng | -5/+8 |
| 2019-11-19 | Fix npm formatting | Edwin Cheng | -14/+14 |
| 2019-11-19 | Add recursive expand in vscode | Edwin Cheng | -5/+62 |
| 2019-11-16 | Fix format | oxalica | -1/+3 |
| 2019-11-16 | Check exit code of `cargo watch` | oxalica | -3/+3 |
| 2019-11-16 | Handle errors when `cargo watch` fails | oxalica | -0/+5 |
| 2019-10-30 | Add link to the vscode VIM extension compatibility warning. | krk | -1/+1 |
| 2019-10-25 | document feature flags | Aleksey Kladov | -9/+0 |
| 2019-10-23 | Merge #1980 | bors[bot] | -1/+23 |
| 2019-10-23 | Do not truncate the range | Wilco Kusee | -30/+10 |
| 2019-10-18 | Make inlay hint length configurable | Wilco Kusee | -14/+32 |
| 2019-10-17 | Adds config option for cargo-watch `--ignore` flag | Roberto Vidal | -2/+16 |
| 2019-10-10 | Truncate hints longer than 20 characters | Wilco Kusee | -4/+28 |
| 2019-09-27 | Fix | arsdragonfly | -3/+1 |
| 2019-09-27 | Fix tests | arsdragonfly | -6/+5 |
| 2019-09-27 | Support the new deprecated tag | arsdragonfly | -1/+20 |
| 2019-09-09 | Replace watcher file existence check with vscode.fs version | Lucas Spits | -11/+10 |
| 2019-09-06 | add option to disable notify | Aleksey Kladov | -0/+5 |
| 2019-08-26 | Switch to `@types/vscode` and `vscode-test` | Bastian Köcher | -23/+72 |
| 2019-08-22 | implement feature flags | Aleksey Kladov | -1/+6 |
| 2019-08-19 | fix #1424 | xfoxfu | -1/+9 |
| 2019-08-06 | Merge #1652 | bors[bot] | -41/+55 |
| 2019-08-06 | allow to exclude certain files and directories | Aleksey Kladov | -1/+6 |
| 2019-08-05 | Avoid shared mutable state | Kirill Bulatov | -71/+55 |
| 2019-08-05 | Cache decorations before the first change only | Kirill Bulatov | -20/+21 |
| 2019-08-05 | Use WeakMap to avoid memory leaks | Kirill Bulatov | -10/+12 |
| 2019-08-05 | Style and test fixes | Kirill Bulatov | -6/+17 |
| 2019-08-05 | Query less hints on file open | Kirill Bulatov | -18/+34 |
| 2019-07-29 | Style fixes | Kirill Bulatov | -1/+4 |
| 2019-07-29 | Ignore cancelled inlay hints responses | Kirill Bulatov | -6/+8 |
| 2019-07-25 | npm run fix | Kirill Bulatov | -10/+22 |
| 2019-07-25 | Code review fixes | Kirill Bulatov | -13/+13 |
| 2019-07-25 | Remove unnecessary hacks | Kirill Bulatov | -29/+0 |
| 2019-07-25 | Fix linter issues | Kirill Bulatov | -32/+72 |
| 2019-07-25 | Simplify the hints display | Kirill Bulatov | -54/+6 |
| 2019-07-25 | Show type decorators | Kirill Bulatov | -1/+161 |
| 2019-07-19 | underline mutable bindings | Aleksey Kladov | -27/+34 |
| 2019-07-18 | highlight mutable variables differently | Ekaterina Babshukova | -0/+1 |
| 2019-06-30 | Merge #1459 | bors[bot] | -1/+70 |
| 2019-06-30 | Consider unreachable code to be unnecessary in VSC | Ryan Cumming | -0/+1 |
| 2019-06-30 | Include primary span label in VS Code diagnostics | Ryan Cumming | -1/+70 |
| 2019-06-29 | Merge #1454 | bors[bot] | -254/+498 |
| 2019-06-29 | Comment on the key of `suggestedFixes` | Ryan Cumming | -0/+3 |
| 2019-06-29 | Add noUnusedLocals to VsCode tsconfig | Ryan Cumming | -1/+0 |
| 2019-06-29 | Fix `cargo watch` code action filtering | Ryan Cumming | -254/+495 |
| 2019-06-27 | Extract lint scopes from `cargo watch` | Ryan Cumming | -6/+35 |
| 2019-06-26 | Initial Visual Studio Code unit tests | Ryan Cumming | -61/+763 |
| 2019-06-25 | Tweak isUnusedOrUnnecessary | Ryan Cumming | -2/+8 |
