about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
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-3/+28
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-07-30feat: gate custom clint-side commands behind capabilitiesAleksey Kladov-0/+9
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-22Initial commit of highlight related configuration w/ implementation.Kevin DeLorey-0/+9
2021-07-13Rename the old server before updateLaurențiu Nicola-1/+41
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-3/+19
2021-06-15Use `.then()` for Thenablewxb1ank-3/+1
2021-06-15fix: clean-up #8951wxb1ank-15/+25
2021-06-14Use `Uri.toString()` for URLswxb1ank-5/+7
2021-06-14Merge #8951bors[bot]-47/+38
2021-06-07fixMilo-1/+1
2021-06-06fixMilo-1/+1
2021-06-06when you click status bar icon it now restarts serverMilo-0/+1
2021-06-04Add function references hover actionLukas Wirth-0/+1
2021-06-02Lint toolchain.tswxb1ank-1/+1
2021-06-02migrate from `fs` to `vscode.FileSystem` APIwxb1ank-44/+35
2021-06-02internal: use vscode.FileSystem API in main.tswxb1ank-5/+5
2021-05-31Fix opening single filesKirill Bulatov-1/+1
2021-05-31fix: fix shell injection in task spawningAleksey Kladov-6/+6
2021-05-26Merge #8995bors[bot]-22/+20
2021-05-26minor: explicitly set the focus to falseAleksey Kladov-0/+4
2021-05-26Create tasks for all workspacesKirill Bulatov-22/+20
2021-05-24fix: cursor position after item move commandEduardo Canellas-1/+1
2021-05-24Merge #8955bors[bot]-41/+69
2021-05-24fix: can download server binary on windows againAleksey Kladov-1/+1
2021-05-23Fix ts lint errorsKirill Bulatov-8/+8
2021-05-23fix: reveal snippetsAleksey Kladov-0/+3
2021-05-23Send detached files info to server via init paramsKirill Bulatov-6/+27
2021-05-23Start rust-analyzer server for arbitrary rust filesKirill Bulatov-39/+46
2021-05-23More style fixesKirill Bulatov-16/+19
2021-05-23Style fixKirill Bulatov-12/+11
2021-05-23Don't use a deprecated accessorKirill Bulatov-1/+1
2021-05-23Better releaseId namingKirill Bulatov-12/+11
2021-05-23Remove nightly release id from local storage for stable extensionsKirill Bulatov-1/+6
2021-05-23Download nightly extension when configured and run from stable extension versionKirill Bulatov-3/+10
2021-05-22Use `.rs` file ending to get syntax highlightingJonas Schievink-1/+1