about summary refs log tree commit diff
path: root/editors/code/src/main.ts
AgeCommit message (Expand)AuthorLines
2023-05-02running prettierBruno Ortiz-52/+50
2023-05-02Remove unnecessary openFile commandLukas Wirth-1/+0
2023-05-02Creating rust dependencies tree viewbruno-ortiz-49/+53
2023-05-01MIR episode 4hkalbasi-0/+1
2023-04-28fix: Fix restart server button trying to start instead of restart the serverLukas Wirth-3/+1
2023-03-26Handle proc macro fetching via OpQueueLukas Wirth-1/+1
2023-03-25Add lsp command for rebuilding proc macrosLukas Wirth-0/+1
2023-03-13fmtDavid Barsky-4/+4
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-4/+5
2023-03-10Add fancy buttons to the vscode status messageLukas Wirth-0/+1
2023-03-06Add `View Mir` command and fix some bugshkalbasi-0/+1
2023-02-14Don't assume VSCode internal commands in the serverLukas Wirth-0/+1
2023-01-09Parse + decorate rendered ANSI cargo outputIan Chamberlain-19/+42
2022-12-17Add a command to clear flycheck diagnosticsLukas Wirth-0/+1
2022-12-16Add command for manually running flychecksLukas Wirth-0/+1
2022-11-27Use typed notification methodMaria José Solano-1/+1
2022-11-18feat: Allow viewing the full compiler diagnostic in a readonly textviewLukas Wirth-0/+24
2022-10-29Properly handle vscode workspace changesLukas Wirth-32/+13
2022-10-29Always set up VSCode commandsLukas Wirth-17/+13
2022-10-28feat: Clicking the status bar item stops and starts the serverLukas Wirth-3/+1
2022-10-21internal: Properly handle commands in the VSCode client when the server is st...Lukas Wirth-84/+75
2022-10-20internal: Properly handle language configuration config changesLukas Wirth-55/+5
2022-10-20Don't catch the server activation errorLukas Wirth-4/+1
2022-10-17Implement stop and start server commandsLukas Wirth-0/+7
2022-10-17Make more things privateLukas Wirth-3/+7
2022-10-17Properly reload changed configs for server startLukas Wirth-27/+15
2022-10-17Refactor language client handlingLukas Wirth-240/+54
2022-10-14Revert "fix: in VSCode, correctly resolve relative paths to errors"Jonas Schievink-1/+0
2022-10-08fix: in VSCode, correctly resolve relative paths to errorsAleksey Kladov-0/+1
2022-09-10Remove the toggleInlayHints command from VSCodeLukas Wirth-1/+0
2022-08-23ForGoT tO RuN prEttIeR¿Jonas Schievink-3/+3
2022-08-23Avoid error popup when using in Live ShareJonas Schievink-13/+23
2022-08-19Implement lsp extension for cancelling running flychecksLukas Wirth-0/+1
2022-08-03Add a setting to disable comment continuation in VSCodeLukas Wirth-1/+3
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-06-05internal: Keep output channels across restartsLukas Wirth-1/+26
2022-05-18"Show implementations" link display error fixAndrei Listochkin-0/+2
2022-05-17prettier runAndrei Listochkin-84/+114
2022-05-13feat: Change VSCode extension publisher to `rust-lang`Lukas Wirth-1/+1
2022-04-21Export lc.LanguageClient from VSCode extensionWill Crichton-3/+12
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-2/+0
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+1
2022-03-15editors/code: fix crash due to missing ID= fieldVladimir Serov-2/+2
2022-03-13editors/code: fix nixos detectionVladimir Serov-1/+2
2021-12-30Fix server path on NixOSLaurențiu Nicola-1/+1
2021-12-23Spelling fixLaurențiu Nicola-1/+1
2021-12-23Simplify conflict checkLaurențiu Nicola-13/+3
2021-12-23Drop kalitaalexey.vscode-rust checkLaurențiu Nicola-1/+0
2021-12-23Don't check for platform detailsLaurențiu Nicola-42/+22
2021-12-23Remove ETXTBUSY check, we don't overwrite binariesLaurențiu Nicola-5/+0