aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/on_enter.ts
Commit message (Collapse)AuthorAgeFilesLines
* vscode: migrate on_enter to rust-analyzer-api.tsVeetaha2020-02-241-14/+7
|
* Don't block onEnter if request failsAleksey Kladov2020-02-241-0/+6
| | | | closes #3286
* 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
| | | Co-Authored-By: Veetaha <[email protected]>
* Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis2020-02-031-9/+1
|
* Add regular onEnter command, allowing onEnter to be called without ↵Gregoire Geis2020-02-031-18/+33
| | | | overriding the type command.
* 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
Now, typing doc comments is much more pleasant