aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/on_enter.ts
Commit message (Expand)AuthorAgeFilesLines
* vscode: yet another refactor commitVeetaha2020-02-041-1/+1
* Merge two if statements into one in editors/code/src/commands/on_enter.ts.Grégoire Geis2020-02-041-1/+1
* Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis2020-02-031-9/+1
* Add regular onEnter command, allowing onEnter to be called without overriding...Gregoire Geis2020-02-031-18/+33
* Fix NPEsAleksey Kladov2019-12-311-2/+4
* Cleanup importsAleksey Kladov2019-12-301-0/+1
* Run prettier on all filesAleksey Kladov2019-12-301-5/+2
* Refactor applySourceChangeAleksey Kladov2019-12-301-27/+22
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-4/+4
* align command namingAleksey Kladov2019-01-281-1/+1
* npm fix runJeremy Kolb2019-01-121-1/+0
* Fully add inline modules to module treeAleksey Kladov2018-11-051-5/+1
* Format vscode extension and add npm run fixAdolfo Ochagavía2018-10-091-4/+13
* Add on-enter handlerAleksey Kladov2018-10-091-0/+29