about summary refs log tree commit diff
path: root/editors/code/src/commands
AgeCommit message (Expand)AuthorLines
2020-04-22Refactor the workaround a bitveetaha-19/+16
2020-04-22Work around crlf in syntax treeveetaha-2/+38
2020-04-02Remove vscode_lldb settingAleksey Kladov-0/+4
2020-04-02vscode: postrefactorveetaha-12/+6
2020-04-02vscode: postrefactor variable namesveetaha-8/+8
2020-04-02vscode: add goto definition from rust file to syntax tree editorveetaha-5/+83
2020-04-02Merge #3817bors[bot]-1/+4
2020-04-02vscode: add highlighting of syntax treeveetaha-1/+4
2020-04-02vscode: add support for light themes and color customization for syntax tree ...veetaha-2/+4
2020-03-31vscode: small refactorveetaha-1/+1
2020-03-31vscode: scroll to the syntax node in rust editor when highlightingveetaha-1/+2
2020-03-31vscode: apply review nitsVeetaha-1/+1
2020-03-31vscode: use ctx.subscriptions instead of local .disposablesveetaha-15/+12
2020-03-31vscode: add syntax tree inspection hovers and highlightsveetaha-53/+116
2020-03-27vscode: fix release tag retrievalVeetaha-1/+1
2020-03-27vscode: show release tag with along with the commit hash for RA version commandveetaha-2/+7
2020-03-25vscode: refactor analyzer statusveetaha-20/+11
2020-03-19Rewrite auto-updateAleksey Kladov-13/+3
2020-03-16Separate persistent mutable state from configAleksey Kladov-1/+1
2020-03-16Merge #3534bors[bot]-2/+1
2020-03-16Merge #3540bors[bot]-7/+9
2020-03-15Swtches to rust SSR query checkMikhail Modin-7/+9
2020-03-14vscode: amend server installation logic to account for nightliesVeetaha-2/+1
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-6/+1
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-2/+1
2020-03-11feat: add debug code lensHannes De Valkeneer-1/+27
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-2/+3
2020-02-25vscode: run fmtVeetaha-1/+1
2020-02-25vscode: migrate syntax_tree to rust-analyzer-api.tsVeetaha-20/+7
2020-02-25vscode: migrate ssr to rust-analyzer-api.tsVeetaha-11/+5
2020-02-25vscode: migrate runnables to rust-analyzer-api.tsVeetaha-22/+7
2020-02-25vscode: migrate parent_module to rust-analyzer-api.tsVeetaha-7/+3
2020-02-25vscode: migrate on_enter to rust-analyzer-api.tsVeetaha-14/+7
2020-02-25vscode: migrate matching_brace to rust-analyzer-api.tsVeetaha-12/+3
2020-02-25vscode: migrate join_lines to rust-analyzer-api.tsVeetaha-13/+4
2020-02-25vscode: migrate collectGarbage to rust-analyzer-api.tsVeetaha-5/+4
2020-02-25vscode: migrate expand_macro to rust-analyzer-api.tsVeetaha-13/+5
2020-02-25vscode: migrate analyzer_status to rust-analyzer-api.tsVeetaha-4/+2
2020-02-24Don't block onEnter if request failsAleksey Kladov-0/+6
2020-02-21Use stdout directlyEdwin Cheng-2/+1
2020-02-21Use ensureServerBinary insteadEdwin Cheng-5/+17
2020-02-21Add trailing newlineEdwin Cheng-1/+2
2020-02-21Improve server version infoEdwin Cheng-0/+10
2020-02-21enforce camel caseAleksey Kladov-2/+2
2020-02-17vscode: press ; to respect semicolonsVeetaha-3/+3
2020-02-17Simplify some more ctorsAleksey Kladov-9/+3
2020-02-17Simplify TS reload logicAleksey Kladov-7/+0
2020-02-14Init implementation of structural search replaceMikhail Modin-0/+37
2020-02-05Merge #3024bors[bot]-1/+3
2020-02-05vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha-1/+3