about summary refs log tree commit diff
path: root/editors/code/src/commands.ts
AgeCommit message (Expand)AuthorLines
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
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+9
2021-10-14Provide navigations to parent modulesrainy-me-0/+2
2021-10-03Allow locate parent module action in cargo tomlrainy-me-3/+3
2021-09-23Change the global setting when toggling inlay hintsLaurențiu Nicola-1/+1
2021-08-10Embed the scripts in the html templateAndré Oliveira-12/+4
2021-08-10Remove unecessary joinPathsAndré Oliveira-4/+4
2021-08-10Formatting issuesAndré Oliveira-11/+11
2021-08-10replace let by constAndré Oliveira-2/+2
2021-08-10Remove debug logsAndré Oliveira-5/+1
2021-08-10Reduce path handling codeAndré Oliveira-4/+6
2021-08-10Add more features to the renderingAndré Oliveira-32/+45
2021-08-10Use local node_modules to allow the graph to load offlineAndré Oliveira-10/+30
2021-08-10Use d3-graphviz for rendering crates graph on the extension sideAndré Oliveira-3/+28
2021-08-09internal: remove client-side support for latest requestsAleksey Kladov-14/+5
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-2/+13
2021-05-22Use `.rs` file ending to get syntax highlightingJonas Schievink-1/+1
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+50
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+8
2021-04-14Move cursor position when using item moversJonas Schievink-22/+4
2021-03-18Improve cursor positioning after movingivan770-1/+14
2021-03-18Fix tsfmt and eslint warningsivan770-1/+1
2021-03-18Remove movable array, improve client codeivan770-1/+5
2021-03-18Item up and down moversivan770-0/+28
2021-03-15Support multiple parents in parentModule in vscode-clientLukas Wirth-9/+15
2021-03-13Merge #7799bors[bot]-9/+43
2021-03-12Improve version displayLaurențiu Nicola-3/+2
2021-02-27Add progress reportingvsrs-16/+17
2021-02-27Add LSP request and VSCode commandvsrs-9/+42