aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands
Commit message (Expand)AuthorAgeFilesLines
* Centralize the check for languageId on documentJulien Roncaglia2020-03-021-2/+3
* vscode: run fmtVeetaha2020-02-241-1/+1
* vscode: migrate syntax_tree to rust-analyzer-api.tsVeetaha2020-02-241-20/+7
* vscode: migrate ssr to rust-analyzer-api.tsVeetaha2020-02-241-11/+5
* vscode: migrate runnables to rust-analyzer-api.tsVeetaha2020-02-241-22/+7
* vscode: migrate parent_module to rust-analyzer-api.tsVeetaha2020-02-241-7/+3
* vscode: migrate on_enter to rust-analyzer-api.tsVeetaha2020-02-241-14/+7
* vscode: migrate matching_brace to rust-analyzer-api.tsVeetaha2020-02-241-12/+3
* vscode: migrate join_lines to rust-analyzer-api.tsVeetaha2020-02-241-13/+4
* vscode: migrate collectGarbage to rust-analyzer-api.tsVeetaha2020-02-241-5/+4
* vscode: migrate expand_macro to rust-analyzer-api.tsVeetaha2020-02-241-13/+5
* vscode: migrate analyzer_status to rust-analyzer-api.tsVeetaha2020-02-241-4/+2
* Don't block onEnter if request failsAleksey Kladov2020-02-241-0/+6
* Use stdout directlyEdwin Cheng2020-02-211-2/+1
* Use ensureServerBinary insteadEdwin Cheng2020-02-211-5/+17
* Add trailing newlineEdwin Cheng2020-02-211-1/+2
* Improve server version infoEdwin Cheng2020-02-212-0/+10
* enforce camel caseAleksey Kladov2020-02-211-2/+2
* vscode: press ; to respect semicolonsVeetaha2020-02-172-3/+3
* Simplify some more ctorsAleksey Kladov2020-02-173-9/+3
* Simplify TS reload logicAleksey Kladov2020-02-171-7/+0
* Init implementation of structural search replaceMikhail Modin2020-02-142-0/+37
* Merge #3024bors[bot]2020-02-052-1/+3
|\
| * vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-052-1/+3
* | 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
* vscode: use void where possibleVeetaha2020-02-021-1/+1
* vscode extension: migrate from any to unknown where possibleVeetaha2020-02-021-1/+1
* vscode refactoring: use more laconic export snytax, split huge string to seve...Veetaha2020-02-021-31/+14
* vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha2020-02-021-1/+1
* Apply the api design suggestionsKirill Bulatov2020-01-151-2/+15
* Another attempt to add multiple editsKirill Bulatov2020-01-151-2/+2
* Add semicolonsAleksey Kladov2019-12-314-5/+5
* Fix NPEsAleksey Kladov2019-12-315-21/+24
* Refactor server lifecycleAleksey Kladov2019-12-314-14/+28
* Restore internal applySourceChange commandAleksey Kladov2019-12-301-0/+8
* Reformat with tsfmtAleksey Kladov2019-12-301-2/+2
* Dead codeAleksey Kladov2019-12-301-16/+0
* status is not a commandAleksey Kladov2019-12-301-105/+0
* Hints are not commandsAleksey Kladov2019-12-302-115/+0
* Move all commands to ctxAleksey Kladov2019-12-302-5/+20
* Minor refactorAleksey Kladov2019-12-301-9/+7
* Refactor runablesAleksey Kladov2019-12-302-63/+64
* Move expand macro to the new contextAleksey Kladov2019-12-304-61/+52
* CleanupAleksey Kladov2019-12-302-11/+11
* Cleanup importsAleksey Kladov2019-12-305-8/+12
* Refactor show syntax tree actionAleksey Kladov2019-12-303-77/+107
* Run prettier on all filesAleksey Kladov2019-12-306-22/+17