aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge #4448bors[bot]2020-05-151-98/+103
|\
| * Runnable quick pick with buttonsvsrs2020-05-141-21/+61
| * "rust-analyzer.newDebugConfig" commandvsrs2020-05-111-1/+29
| * "rust-analyzer.debug" commandvsrs2020-05-111-106/+43
* | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* | Merge #4083bors[bot]2020-05-131-1/+1
|\ \ | |/ |/|
| * Fix "show syntax tree" commandveetaha2020-05-101-1/+1
* | Word fixEdwin Cheng2020-05-101-1/+1
|/
* Add CodeLLDB Rust visualizationvsrs2020-05-071-1/+2
* Add separate settings for each debug engine.vsrs2020-05-071-3/+6
* Add additional debug optionsvsrs2020-05-071-3/+9
* Uniformed way to get Debug Lens target executable.vsrs2020-05-061-26/+33
* Removed unnecessary extraArgs for cargo invocationvsrs2020-04-301-1/+1
* Fixed tsfmt and eslint errors.vsrs2020-04-301-7/+7
* pass Cargo errors to the Debug output channelvsrs2020-04-301-1/+6
* MS C++ tools on linuxvsrs2020-04-291-1/+2
* better configuration enum itemsvsrs2020-04-291-1/+1
* Configuration settings and source maps supportvsrs2020-04-291-8/+25
* ms-vscode.cpptools debugger support, initial version.vsrs2020-04-281-12/+35
* Refactor the workaround a bitveetaha2020-04-221-19/+16
* Work around crlf in syntax treeveetaha2020-04-221-2/+38
* Remove vscode_lldb settingAleksey Kladov2020-04-021-0/+4
* vscode: postrefactorveetaha2020-04-021-12/+6
* vscode: postrefactor variable namesveetaha2020-04-021-8/+8
* vscode: add goto definition from rust file to syntax tree editorveetaha2020-04-021-5/+83
* Merge #3817bors[bot]2020-04-021-1/+4
|\
| * vscode: add highlighting of syntax treeveetaha2020-04-021-1/+4
* | vscode: add support for light themes and color customization for syntax tree ...veetaha2020-04-011-2/+4
|/
* vscode: small refactorveetaha2020-03-311-1/+1
|\
| * vscode: apply review nitsVeetaha2020-03-311-1/+1
* | vscode: scroll to the syntax node in rust editor when highlightingveetaha2020-03-311-1/+2
|/
* vscode: use ctx.subscriptions instead of local .disposablesveetaha2020-03-311-15/+12
* vscode: add syntax tree inspection hovers and highlightsveetaha2020-03-311-53/+116
* vscode: fix release tag retrievalVeetaha2020-03-271-1/+1
* vscode: show release tag with along with the commit hash for RA version commandveetaha2020-03-261-2/+7
* vscode: refactor analyzer statusveetaha2020-03-251-20/+11
* Rewrite auto-updateAleksey Kladov2020-03-191-13/+3
* Separate persistent mutable state from configAleksey Kladov2020-03-161-1/+1
* Merge #3534bors[bot]2020-03-161-2/+1
|\
| * vscode: amend server installation logic to account for nightliesVeetaha2020-03-141-2/+1
* | Merge #3540bors[bot]2020-03-161-7/+9
|\ \
| * | Swtches to rust SSR query checkMikhail Modin2020-03-151-7/+9
| |/
* | fixup! feat: add debug code lensHannes De Valkeneer2020-03-121-6/+1
* | fixup! feat: add debug code lensHannes De Valkeneer2020-03-121-2/+1
* | feat: add debug code lensHannes De Valkeneer2020-03-111-1/+27
|/
* 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