aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands
Commit message (Expand)AuthorAgeFilesLines
* Introduce `toggle inlay hints` vscode commandveetaha2020-05-252-0/+12
* Document matchingBrace LSP requestAleksey Kladov2020-05-241-2/+2
* CodeAction groupsAleksey Kladov2020-05-221-9/+5
* Use WorkspaceEdit for ssrAleksey Kladov2020-05-211-4/+2
* Formalize JoinLines protocol extensionAleksey Kladov2020-05-211-4/+8
* Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-212-29/+51
* Fix client-side snippetsAleksey Kladov2020-05-191-1/+2
* Implement client-side of SnippetTextEditAleksey Kladov2020-05-191-0/+34
* code formattingvsrs2020-05-171-1/+1
* Runnable QuickPick with debuggees onlyvsrs2020-05-171-3/+14
* 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