aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor server lifecycleAleksey Kladov2019-12-311-28/+7
* Move config to CtxAleksey Kladov2019-12-311-1/+1
* Refactor status activationAleksey Kladov2019-12-311-14/+3
* Restore internal applySourceChange commandAleksey Kladov2019-12-301-0/+1
* Privatize highlightingAleksey Kladov2019-12-301-7/+2
* Add config to CtxAleksey Kladov2019-12-301-5/+3
* Encapsulate highlighting activationAleksey Kladov2019-12-301-6/+3
* Encapsulate inlay hints activationAleksey Kladov2019-12-301-37/+2
* status is not a commandAleksey Kladov2019-12-301-6/+6
* Hints are not commandsAleksey Kladov2019-12-301-1/+1
* Move all commands to ctxAleksey Kladov2019-12-301-17/+6
* Refactor runablesAleksey Kladov2019-12-301-4/+2
* Move expand macro to the new contextAleksey Kladov2019-12-301-14/+1
* Refactor show syntax tree actionAleksey Kladov2019-12-301-23/+3
* Move parentModule to the new CtxAleksey Kladov2019-12-301-10/+10
* Refactor applySourceChangeAleksey Kladov2019-12-301-42/+10
* Move joinLines to the new CtxAleksey Kladov2019-12-301-1/+1
* Move matching brace to new CtxAleksey Kladov2019-12-301-4/+1
* Run prettierAleksey Kladov2019-12-301-10/+10
* More second command to CtxAleksey Kladov2019-12-301-8/+2
* Start new ctx moduleAleksey Kladov2019-12-301-13/+19
* Rename extension.ts -> main.tsAleksey Kladov2019-12-301-0/+203