about summary refs log tree commit diff
path: root/editors/code/src/commands
AgeCommit message (Expand)AuthorLines
2020-02-05vscode: yet another refactor commitVeetaha-1/+1
2020-02-04Merge two if statements into one in editors/code/src/commands/on_enter.ts.Grégoire Geis-1/+1
2020-02-03Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis-9/+1
2020-02-03Add regular onEnter command, allowing onEnter to be called without overriding...Gregoire Geis-18/+33
2020-02-02vscode: use void where possibleVeetaha-1/+1
2020-02-02vscode extension: migrate from any to unknown where possibleVeetaha-1/+1
2020-02-02vscode refactoring: use more laconic export snytax, split huge string to seve...Veetaha-31/+14
2020-02-02vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha-1/+1
2020-01-15Apply the api design suggestionsKirill Bulatov-2/+15
2020-01-15Another attempt to add multiple editsKirill Bulatov-2/+2
2019-12-31Add semicolonsAleksey Kladov-5/+5
2019-12-31Fix NPEsAleksey Kladov-21/+24
2019-12-31Refactor server lifecycleAleksey Kladov-14/+28
2019-12-30Restore internal applySourceChange commandAleksey Kladov-0/+8
2019-12-30Reformat with tsfmtAleksey Kladov-2/+2
2019-12-30Dead codeAleksey Kladov-16/+0
2019-12-30status is not a commandAleksey Kladov-105/+0
2019-12-30Hints are not commandsAleksey Kladov-115/+0
2019-12-30Move all commands to ctxAleksey Kladov-5/+20
2019-12-30Minor refactorAleksey Kladov-9/+7
2019-12-30Refactor runablesAleksey Kladov-63/+64
2019-12-30Move expand macro to the new contextAleksey Kladov-61/+52
2019-12-30CleanupAleksey Kladov-11/+11
2019-12-30Cleanup importsAleksey Kladov-8/+12
2019-12-30Refactor show syntax tree actionAleksey Kladov-77/+107
2019-12-30Run prettier on all filesAleksey Kladov-22/+17
2019-12-30Move parentModule to the new CtxAleksey Kladov-27/+27
2019-12-30Refactor applySourceChangeAleksey Kladov-96/+31
2019-12-30Move joinLines to the new CtxAleksey Kladov-20/+20
2019-12-30Move matching brace to new CtxAleksey Kladov-28/+27
2019-12-30More second command to CtxAleksey Kladov-2/+9
2019-12-30Start new ctx moduleAleksey Kladov-7/+14
2019-12-30SimplifyAleksey Kladov-32/+29
2019-12-25Re-format VSCode extension changesEmil Lauridsen-15/+14
2019-12-25Re-implement status display using LSP 3.15 progress eventEmil Lauridsen-0/+43
2019-12-25Remove cargo-watch from vscode extension.Emil Lauridsen-355/+0
2019-12-20Protect against null as revealed by `npm test`kjeremy-2/+7
2019-12-16Fix formattingVadzim Dambrouski-2/+1
2019-12-15Add option to disable all-targets.Vadzim Dambrouski-1/+4
2019-12-12Enable noImplicitReturns option for vscode extensionTetsuharu OHZEKI-6/+8
2019-12-12Enable noUnusedParameters option for vscode extensionTetsuharu OHZEKI-3/+3
2019-12-09Code: enable prettier trailing commasLaurențiu Nicola-88/+88
2019-11-20Merge pull request #2297 from kiljacken/masterAleksey Kladov-13/+1
2019-11-20Minor fix for outpu text formatingEdwin Cheng-1/+1
2019-11-20Use DocumentProvider instead of HoverEdwin Cheng-23/+58
2019-11-19Move type inlay hint truncation to language serverEmil Lauridsen-13/+1
2019-11-19Change return type of expand_macroEdwin Cheng-5/+8
2019-11-19Fix npm formattingEdwin Cheng-8/+8
2019-11-19Add recursive expand in vscodeEdwin Cheng-0/+47
2019-11-16Fix formatoxalica-1/+3