| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-03 | Rename syntaxtree text provider to SyntaxTreeContentProvider | Ville Penttinen | -2/+2 | |
| 2019-03-03 | Add vscode support for range in SyntaxTreeParams | Ville Penttinen | -9/+35 | |
| This enables the client to use a command to either show the live-updating version of the syntax tree for the current file. Or optionally when a selected range is provided, we then provide a snapshot of the syntax tree for the range. | ||||
| 2019-01-30 | Clear the console when running single tasks | kjeremy | -1/+2 | |
| 2019-01-28 | align command naming | Aleksey Kladov | -11/+14 | |
| 2019-01-25 | better stats | Aleksey Kladov | -6/+55 | |
| 2019-01-23 | ad status command | Aleksey Kladov | -0/+14 | |
| 2019-01-15 | Prettier fix | Alan Du | -1/+4 | |
| 2019-01-14 | Reveal the newly added source change in the editor. | Jeremy A. Kolb | -0/+1 | |
| 2019-01-12 | npm fix run | Jeremy Kolb | -7/+12 | |
| 2019-01-12 | Move run_single into runnables | Jeremy Kolb | -65/+16 | |
| 2019-01-11 | Code lens support for running tests | Jeremy A. Kolb | -0/+65 | |
| 2019-01-05 | fix open of created or renamed file | Bernardo | -1/+2 | |
| 2019-01-03 | use lsp WorkspaceEdit instead of custom source_file_edits and file_system_edits | Bernardo | -33/+10 | |
| 2018-12-15 | use new clear-terminal feature | Aleksey Kladov | -2/+2 | |
| 2018-12-08 | Remove uneeded characters | DJMcNab | -3/+3 | |
| 2018-11-09 | Fix on enter | Adolfo Ochagavía | -2/+2 | |
| 2018-11-07 | Rename File -> SourceFileNode | Aleksey Kladov | -2/+2 | |
| 2018-11-05 | Fully add inline modules to module tree | Aleksey Kladov | -9/+8 | |
| 2018-10-09 | Format vscode extension and add npm run fix | Adolfo Ochagavía | -6/+15 | |
| 2018-10-09 | Add on-enter handler | Aleksey Kladov | -1/+32 | |
| Now, typing doc comments is much more pleasant | ||||
| 2018-10-08 | Run prettier on all files | Daniel McNab | -38/+106 | |
| 2018-10-08 | Fix remaining tslint suggestions | Adolfo Ochagavía | -19/+36 | |
| 2018-10-07 | Apply tslint suggestions, round one | Adolfo Ochagavía | -130/+130 | |
| 2018-10-07 | Refactor vscode extension | Adolfo Ochagavía | -0/+283 | |
