about summary refs log tree commit diff
path: root/editors/code/src/events
AgeCommit message (Collapse)AuthorLines
2019-03-03Allow syntax tree to update when changing filesVille Penttinen-15/+24
Previously when using the file based syntax tree, it would not update until a change had been made in the new file. Now we automatically update the syntax tree to match the current file.
2019-03-03Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen-6/+4
2019-01-28align command namingAleksey Kladov-1/+1
2018-10-08Run prettier on all filesDaniel McNab-10/+23
2018-10-08Fix remaining tslint suggestionsAdolfo Ochagavía-2/+9
2018-10-07Apply tslint suggestions, round oneAdolfo Ochagavía-16/+16
2018-10-07Refactor vscode extensionAdolfo Ochagavía-0/+33