about summary refs log tree commit diff
path: root/editors/code/src/commands
AgeCommit message (Collapse)AuthorLines
2019-03-03Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen-2/+2
2019-03-03Add vscode support for range in SyntaxTreeParamsVille 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-30Clear the console when running single taskskjeremy-1/+2
2019-01-28align command namingAleksey Kladov-11/+14
2019-01-25better statsAleksey Kladov-6/+55
2019-01-23ad status commandAleksey Kladov-0/+14
2019-01-15Prettier fixAlan Du-1/+4
2019-01-14Reveal the newly added source change in the editor.Jeremy A. Kolb-0/+1
2019-01-12npm fix runJeremy Kolb-7/+12
2019-01-12Move run_single into runnablesJeremy Kolb-65/+16
2019-01-11Code lens support for running testsJeremy A. Kolb-0/+65
2019-01-05fix open of created or renamed fileBernardo-1/+2
2019-01-03use lsp WorkspaceEdit instead of custom source_file_edits and file_system_editsBernardo-33/+10
2018-12-15use new clear-terminal featureAleksey Kladov-2/+2
2018-12-08Remove uneeded charactersDJMcNab-3/+3
2018-11-09Fix on enterAdolfo Ochagavía-2/+2
2018-11-07Rename File -> SourceFileNodeAleksey Kladov-2/+2
2018-11-05Fully add inline modules to module treeAleksey Kladov-9/+8
2018-10-09Format vscode extension and add npm run fixAdolfo Ochagavía-6/+15
2018-10-09Add on-enter handlerAleksey Kladov-1/+32
Now, typing doc comments is much more pleasant
2018-10-08Run prettier on all filesDaniel McNab-38/+106
2018-10-08Fix remaining tslint suggestionsAdolfo Ochagavía-19/+36
2018-10-07Apply tslint suggestions, round oneAdolfo Ochagavía-130/+130
2018-10-07Refactor vscode extensionAdolfo Ochagavía-0/+283