about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2023-04-28fix: Fix restart server button trying to start instead of restart the serverLukas Wirth-7/+6
2023-04-20using VSCode's native parameterHints.enabled settingNagy Botond-4/+4
2023-04-20Automatic parameter hints trigger can be toggled on/offNagy Botond-1/+7
2023-04-19SpellingJosh Soref-1/+1
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-2/+2
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-30Missing runnable env on debug targetRungsikorn Rungsikavarnich-4/+12
2023-03-28Auto merge of #14366 - Veykril:linked-proj, r=Veykrilbors-12/+64
2023-03-26finish renaming `rust-analyzer/reloadProcMacros` to `rust-analyzer/rebuildPro...David Barsky-1/+1
2023-03-26Handle proc macro fetching via OpQueueLukas Wirth-5/+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/+68
2023-03-14Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...bors-11/+231
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-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-13remove errant `--` in `executeDiscoverProject`David Barsky-1/+1
2023-03-13fmtDavid Barsky-36/+57
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-16/+172
2023-03-13Allow the status bar item to be clicked againLukas Wirth-2/+6
2023-03-10Add fancy buttons to the vscode status messageLukas Wirth-12/+31
2023-03-06Add `View Mir` command and fix some bugshkalbasi-7/+24
2023-02-26Respect $CARGO_HOME when looking up toolchains.Tomoki Nakagawa-12/+18
2023-02-14Don't assume VSCode internal commands in the serverLukas Wirth-0/+7
2023-02-10Auto merge of #13975 - DropDemBits:on-enter-after-dot-chains, r=DropDemBitsbors-48/+74
2023-02-10Always reload onEnter configurationDropDemBits-16/+7
2023-01-31Remove some types ¯\_(ツ)_/¯Jonas Schievink-1/+1
2023-01-31Lazily create the trace output channelJonas Schievink-4/+48
2023-01-25fix: config substitution failing extension activationLukas Wirth-2/+0
2023-01-24Substitute VSCode variables more generallyLukas Wirth-85/+87
2023-01-23🧹 lsp_ext.tsLukas Wirth-158/+130
2023-01-23Add a 'open server logs' button to the error notificationLukas Wirth-0/+7
2023-01-20allow using vscode variables in `config.serverPath`OmarTawfik-2/+2
2023-01-17Fix change detection for relevant lang config optsDropDemBits-6/+19
2023-01-17Suppress extra indent after the end of dot chainsDropDemBits-48/+70
2023-01-10Revert "Use ZWNJ to prevent VSCode from forming ligatures between hints and c...Lukas Wirth-18/+0
2023-01-09Use experimental capability to enable color codesIan Chamberlain-0/+1
2023-01-09Strip colors before matching preview diagnosticsIan Chamberlain-2/+4
2023-01-09Parse + decorate rendered ANSI cargo outputIan Chamberlain-24/+260
2023-01-03Use ZWNJ to prevent VSCode from forming ligatures between hints and codeLukas Wirth-0/+18
2023-01-03Fix diagnostic codeAlex Veber-2/+16
2022-12-17Add a command to clear flycheck diagnosticsLukas Wirth-1/+8