about summary refs log tree commit diff
path: root/editors/code/src/client.ts
AgeCommit message (Expand)AuthorLines
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-03-25Fix lintsLukas Wirth-40/+35
2023-03-16feat: Pop a notification prompting the user to add a Cargo.toml of unlinked f...Lukas Wirth-10/+64
2023-03-14fix: don't override `linkedProjects` if no workspace was discovered.David Barsky-1/+6
2023-03-14Address review commentsDavid Barsky-1/+3
2023-03-13Remove `rust-analyzer/addProject` in favor of notifying r-a that configuratio...David Barsky-1/+1
2023-03-13Add a workspace config-based approach to reloading discovered projects.David Barsky-3/+5
2023-01-23🧹 lsp_ext.tsLukas Wirth-22/+21
2023-01-23Add a 'open server logs' button to the error notificationLukas Wirth-0/+1
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-5/+6
2023-01-03Use ZWNJ to prevent VSCode from forming ligatures between hints and codeLukas Wirth-0/+18
2023-01-03Fix diagnostic codeAlex Veber-2/+12
2022-11-18feat: Allow viewing the full compiler diagnostic in a readonly textviewLukas Wirth-2/+40
2022-10-17Implement stop and start server commandsLukas Wirth-0/+8
2022-10-17Refactor language client handlingLukas Wirth-33/+10
2022-10-16Substitute some VSCode variables in the VSCode clientLukas Wirth-4/+22
2022-08-28Move empty diagnostics workaround back into the serverLukas Wirth-16/+0
2022-08-22Remove auto-config patching from the VSCode clientLukas Wirth-6/+0
2022-08-13Pad empty diagnostic messages in relatedInformation as wellLukas Wirth-0/+7
2022-08-13Move VSCode diagnostics workaroudn into client codeLukas Wirth-0/+9
2022-07-23Revert 03a62c180e6a7300d0d7b8c4d680b749c101bcbbLukas Wirth-4/+0
2022-07-09Bump vscode-languageclientLaurențiu Nicola-0/+4
2022-06-05internal: Keep output channels across restartsLukas Wirth-4/+3
2022-05-18"Show implementations" link display error fixAndrei Listochkin-3/+35
2022-05-17prettier runAndrei Listochkin-112/+165
2022-05-13Don't make r-a fail to initialize if updating the config failsLukas Wirth-1/+3
2022-05-11Enable variable substitutions before passing them over to R-A serverAndrei Listochkin-3/+4
2022-05-01auto update old configurations to newer onesLukas Wirth-1/+6
2022-04-08Update for languageclient API changesLaurențiu Nicola-3/+3
2022-01-27Support <code> blocks from Rust docsAndrew Onyshchuk-0/+3
2021-07-30feat: gate custom clint-side commands behind capabilitiesAleksey Kladov-0/+9
2021-07-27lint: Format the typescript files properlyAlexander Gonzalez-13/+13
2021-07-27refactor: Make handle_hover handle ranges tooAlexander Gonzalez-39/+5
2021-07-27feat: Completed the client side implementation of rust-analyzer/hoverRangeAlexander Gonzalez-11/+57
2021-05-26Create tasks for all workspacesKirill Bulatov-6/+1
2021-05-23Fix ts lint errorsKirill Bulatov-2/+2
2021-05-23Send detached files info to server via init paramsKirill Bulatov-2/+13
2021-05-23Start rust-analyzer server for arbitrary rust filesKirill Bulatov-1/+1
2021-04-06More robust status notificationsAleksey Kladov-1/+1
2021-02-16Remove Semantic Tokens flicker workaroundkjeremy-17/+0
2021-02-14Start LSP 3.17 supportJeremy Kolb-1/+1
2021-02-07fix errorsSahandevs-1/+1
2021-02-07handle promise catchesSahandevs-1/+1
2021-02-07remove unnecessarySahandevs-1/+1
2020-12-30Add an option for extra env vars in the Code extensionlf--2/+9