about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2023-04-28fix: Fix restart server button trying to start instead of restart the serverLukas Wirth-9/+8
2023-04-26Remove proc-macro server command from the rust-analyzer binaryLukas Wirth-1/+1
2023-04-20using VSCode's native parameterHints.enabled settingNagy Botond-9/+4
2023-04-20Automatic parameter hints trigger can be toggled on/offNagy Botond-1/+12
2023-04-19SpellingJosh Soref-6/+6
2023-04-13minor: Allow copying the graphviz source from the view crategraph webviewLukas Wirth-1/+6
2023-04-13fix: Fix view crate graph being broken due to webworker usageLukas Wirth-3/+4
2023-04-11Auto merge of #14535 - davidbarsky:davidbarsky/use-parent-folder-for-discover...bors-12/+15
2023-04-10Compute closure captureshkalbasi-0/+17
2023-04-10fix: when running the "discoverProjectCommand", use the Rust file'sDavid Barsky-12/+15
2023-04-09fix: Fix project linking popup appearing for modules that can be linked to a ...Lukas Wirth-1/+5
2023-04-04fix: Fix relative path creation using the wrong path accessorLukas Wirth-5/+9
2023-04-04fix: Fix vscode project linking popup buttons being swappedLukas Wirth-3/+4
2023-04-02Don't append "!" to non-bang macro nameRyo Yoshida-1/+1
2023-03-30Auto merge of #14444 - zapkub:runable-debug-env-is-not-passing-properly, r=Ve...bors-4/+12
2023-03-30Auto merge of #14410 - Veykril:query-lru-capacities, r=Veykrilbors-0/+5
2023-03-30internal: Add config to specifiy lru capacities for all queriesLukas Wirth-0/+5
2023-03-30Missing runnable env on debug targetRungsikorn Rungsikavarnich-4/+12
2023-03-28Auto merge of #14366 - Veykril:linked-proj, r=Veykrilbors-12/+69
2023-03-26finish renaming `rust-analyzer/reloadProcMacros` to `rust-analyzer/rebuildPro...David Barsky-1/+1
2023-03-26Handle proc macro fetching via OpQueueLukas Wirth-7/+7
2023-03-25minor: Add user facing command for reloading proc-macros in VSCodeLukas Wirth-0/+5
2023-03-25Add lsp command for rebuilding proc macrosLukas Wirth-1/+10
2023-03-25Fix lintsLukas Wirth-42/+37
2023-03-21Fix VS Code status message formatting errorx2cf-1/+1
2023-03-16feat: Pop a notification prompting the user to add a Cargo.toml of unlinked f...Lukas Wirth-11/+73
2023-03-14Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...bors-11/+247
2023-03-14fix: don't override `linkedProjects` if no workspace was discovered.David Barsky-2/+9
2023-03-14Address review commentsDavid Barsky-1/+11
2023-03-14Auto merge of #14337 - Veykril:vscode-status, r=lnicolabors-2/+6
2023-03-13rename "addProject" commandDavid Barsky-1/+1
2023-03-13fmtDavid Barsky-1/+1
2023-03-13Remove `rust-analyzer/addProject` in favor of notifying r-a that configuratio...David Barsky-6/+1
2023-03-13Add a workspace config-based approach to reloading discovered projects.David Barsky-23/+54
2023-03-13move `rust-analyzer.discoverProjectCommand` above `$generated-start` to avoid...David Barsky-11/+11
2023-03-13fix typo in package.json.David Barsky-2/+2
2023-03-13remove errant `--` in `executeDiscoverProject`David Barsky-1/+1
2023-03-13fmtDavid Barsky-37/+58
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-17/+189
2023-03-13Allow the status bar item to be clicked againLukas Wirth-2/+6
2023-03-12Add and use rust-analyzer.cargo.extraArgs settingLaurențiu Nicola-0/+8
2023-03-10Add fancy buttons to the vscode status messageLukas Wirth-12/+31
2023-03-06Add `View Mir` command and fix some bugshkalbasi-7/+29
2023-02-28Auto merge of #14040 - HKalbasi:mir, r=HKalbasibors-0/+5
2023-02-27beginning of MIRhkalbasi-0/+5
2023-02-26Respect $CARGO_HOME when looking up toolchains.Tomoki Nakagawa-12/+18
2023-02-24Auto merge of #14175 - jmviz:openDocs-context-menu, r=lnicolabors-3/+8
2023-02-21Try to improve the rustfmt.overrideCommand docsLaurențiu Nicola-1/+1
2023-02-19change titles of commands in context menu to title case. shorten open docs co...jmviz-2/+2
2023-02-17add openDocs to context menu. add further restrictions to context menu when c...jmviz-1/+6