about summary refs log tree commit diff
path: root/editors/code/src/commands.ts
AgeCommit message (Expand)AuthorLines
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
2021-02-10Merge #7625bors[bot]-1/+13
2021-02-10Add **Copy Run Command Line** command for vscodeAleksey Kladov-1/+13
2021-02-09use await insteadSahandevs-15/+10
2021-02-07formatSahandevs-5/+5
2021-02-07handle Thenable type rejectsSahandevs-5/+10
2021-02-05Fix resolveCodeAction trying to edit files before creating themLukas Wirth-3/+3
2021-01-03Merge #7068bors[bot]-0/+55
2021-01-01Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison-17/+3
2020-12-29Apply text edits manually in vscode clientLukas Wirth-2/+8
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+69
2020-12-21Use workspace applyEdit instead of snippetWorkspaceEditDaiki Ihara-1/+1