aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/syntax_tree.ts
Commit message (Collapse)AuthorAgeFilesLines
* vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-051-0/+2
|
* vscode: use void where possibleVeetaha2020-02-021-1/+1
|
* vscode extension: migrate from any to unknown where possibleVeetaha2020-02-021-1/+1
|
* Add semicolonsAleksey Kladov2019-12-311-1/+1
|
* Fix NPEsAleksey Kladov2019-12-311-5/+4
|
* Reformat with tsfmtAleksey Kladov2019-12-301-2/+2
|
* Move expand macro to the new contextAleksey Kladov2019-12-301-4/+3
|
* CleanupAleksey Kladov2019-12-301-10/+10
|
* Refactor show syntax tree actionAleksey Kladov2019-12-301-0/+106