about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2021-08-10Remove unecessary joinPathsAndré Oliveira-4/+4
2021-08-10Include the needed node_modules files in the final extension bundleAndré Oliveira-0/+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/+34
2021-08-10Use d3-graphviz for rendering crates graph on the extension sideAndré Oliveira-4/+31
2021-08-10vscode extension: use esbuild instead of rollup.Mukund Lakshman-373/+24
2021-08-09internal: remove client-side support for latest requestsAleksey Kladov-14/+5
2021-08-03Give better error message when the rust-analyzer binar path was set in the us...Ryan Levick-1/+6
2021-08-01Exclude `rust-analyzer.server.path` from VS Code's sync featureGianluca Recchia-0/+1
2021-07-30feat: gate custom clint-side commands behind capabilitiesAleksey Kladov-0/+14
2021-07-27lint: Format the typescript files properlyAlexander Gonzalez-13/+13
2021-07-27docs: Update the lsp-extensions.md with the Hover Range capabilityAlexander Gonzalez-1/+1
2021-07-27refactor: Make handle_hover handle ranges tooAlexander Gonzalez-42/+8
2021-07-27fix: Unregister the removed commandAlexander Gonzalez-1/+0
2021-07-27refactor: Remove unnecessary commandAlexander Gonzalez-24/+0
2021-07-27feat: Completed the client side implementation of rust-analyzer/hoverRangeAlexander Gonzalez-11/+89
2021-07-23Removed all dead config accessors.Kevin DeLorey-17/+0
2021-07-23removed dead codeKevin DeLorey-9/+0
2021-07-22Updated docs.Kevin DeLorey-20/+20
2021-07-22Initial commit of highlight related configuration w/ implementation.Kevin DeLorey-0/+29
2021-07-22mention files.watcherExcludeDamien Elmes-1/+1
2021-07-19minor update to excludeDirs docDamien Elmes-1/+1
2021-07-13Rename the old server before updateLaurențiu Nicola-1/+41
2021-07-10Remove unnecessary .vscodeignore entryLaurențiu Nicola-1/+0
2021-07-10Update eslintLaurențiu Nicola-118/+153
2021-07-10Update vsceLaurențiu Nicola-33/+18
2021-07-10Update vscodeLaurențiu Nicola-2/+2
2021-07-10Update @types/nodeLaurențiu Nicola-24/+24
2021-07-10Update @types/node-fetchLaurențiu Nicola-15/+15
2021-07-10Update tslibLaurențiu Nicola-1/+1
2021-07-10Update typescriptLaurențiu Nicola-8/+8
2021-07-10Update mochaLaurențiu Nicola-117/+106
2021-07-10Update npm packagesLaurențiu Nicola-140/+128
2021-07-10Update vsceLaurențiu Nicola-23/+38
2021-07-10Make .vscodeignore more strictLaurențiu Nicola-0/+3
2021-07-10Set output.exports to make rollup happyLaurențiu Nicola-1/+2
2021-07-10Update vsce a littleLaurențiu Nicola-2/+2
2021-07-10Update plugin-node-resolveLaurențiu Nicola-9/+9
2021-07-10Update typescriptLaurențiu Nicola-8/+8
2021-07-10Update eslint some moreLaurențiu Nicola-71/+46
2021-07-10Update rollupLaurențiu Nicola-8/+8
2021-07-10Update eslint pluginsLaurențiu Nicola-120/+149
2021-07-10Update eslintLaurențiu Nicola-2/+2
2021-07-10Update @types/nodeLaurențiu Nicola-8/+8
2021-07-05feat: make join lines behavior configurableAleksey Kladov-0/+15
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-3/+24