about summary refs log tree commit diff
path: root/editors/code/src/commands.ts
AgeCommit message (Expand)AuthorLines
2023-05-02Accepting review suggestionsBruno Ortiz-0/+3
2023-05-02reveal only when tree is visibleBruno Ortiz-2/+0
2023-05-02improving code to work with multi-workspacesBruno Ortiz-13/+57
2023-05-02Reformat VSCode client codeLukas Wirth-1/+1
2023-05-02Creating rust dependencies tree viewbruno-ortiz-1/+1
2023-05-02fetching dependencies from the serverBruno Ortiz-4/+4
2023-05-02Remove unnecessary openFile commandLukas Wirth-10/+0
2023-05-02Reformat VSCode client codeLukas Wirth-5/+4
2023-05-02Creating rust dependencies tree viewbruno-ortiz-1/+40
2023-05-01MIR episode 4hkalbasi-6/+30
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-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-6/+7
2023-04-02Don't append "!" to non-bang macro nameRyo Yoshida-1/+1
2023-03-26Handle proc macro fetching via OpQueueLukas Wirth-2/+2
2023-03-25Add lsp command for rebuilding proc macrosLukas Wirth-0/+4
2023-03-13Add a workspace config-based approach to reloading discovered projects.David Barsky-3/+9
2023-03-13fmtDavid Barsky-5/+9
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-1/+18
2023-03-10Add fancy buttons to the vscode status messageLukas Wirth-0/+8
2023-03-06Add `View Mir` command and fix some bugshkalbasi-7/+20
2023-02-14Don't assume VSCode internal commands in the serverLukas Wirth-0/+6
2023-01-23🧹 lsp_ext.tsLukas Wirth-2/+2
2022-12-17Add a command to clear flycheck diagnosticsLukas Wirth-0/+6
2022-12-17Make cancelFlycheck request a notificationLukas Wirth-1/+1
2022-12-16Add command for manually running flychecksLukas Wirth-3/+12
2022-10-29Always set up VSCode commandsLukas Wirth-67/+62
2022-10-17Make more things privateLukas Wirth-2/+1
2022-10-17Properly reload changed configs for server startLukas Wirth-0/+4
2022-10-17Refactor language client handlingLukas Wirth-94/+89
2022-10-14Revert "fix: in VSCode, correctly resolve relative paths to errors"Jonas Schievink-4/+0
2022-10-08fix: in VSCode, correctly resolve relative paths to errorsAleksey Kladov-0/+4
2022-09-10Remove the toggleInlayHints command from VSCodeLukas Wirth-24/+0
2022-08-19Implement lsp extension for cancelling running flychecksLukas Wirth-0/+6
2022-08-17fix: a bunch of typosDezhi Wu-1/+1
2022-08-15Add an HIR pretty-printerJonas Schievink-1/+1
2022-08-08[code] make toggleInlayHints understand {off,on}UntilPressedJake Heinz-2/+16
2022-07-06Code: use different schemes for the custom viewsLaurențiu Nicola-10/+20
2022-05-21Fix broken async callback in join linesLaurențiu Nicola-2/+3
2022-05-18"Show implementations" link display error fixAndrei Listochkin-0/+11
2022-05-17prettier runAndrei Listochkin-195/+277
2022-04-20Pass the language id when toggling inlay hintsLaurențiu Nicola-3/+2
2022-04-19Allows triggering commands after an assist editJonas Schievink-0/+3
2022-04-16Remove old inlay hints settingsLaurențiu Nicola-5/+5
2022-04-08Update for languageclient API changesLaurențiu Nicola-8/+8
2022-04-03Merge #11821bors[bot]-1/+1
2022-04-03Load @hpcc-js/wasm as a script, not workerLaurențiu Nicola-1/+1
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+48