summaryrefslogtreecommitdiff
path: root/cli/lsp/urls.rs
AgeCommit message (Expand)Author
2024-09-11fix(lsp): encode url parts before parsing as uri (#25509)Nayeem Rahman
2024-08-28fix(lsp): panic on url_to_uri() (#25238)Nayeem Rahman
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-06-17feat(lsp): multi deno.json resolver scopes (#24206)Nayeem Rahman
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-24fix(lsp): handle byonm specifiers in jupyter notebooks (#21332)David Sherret
2023-10-10fix(lsp): normalize "deno:" urls statelessly (#20867)Nayeem Rahman
2023-10-06fix(lsp): percent-encode host in deno: specifiers (#20811)Nayeem Rahman
2023-08-02feat(unstable/lsp): support navigating to deno_modules folder (#20030)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-04-16fix(lsp): ensure language server status works on unix (#18727)David Sherret
2023-03-23refactor(lsp): add `LspClientUrl` (#18376)David Sherret
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-02-06fix: revert lsp related internal specifiers (#17673)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26refactor(lsp): fewer clones (#17551)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-10-01lsp: use deno:/asset instead of deno:asset (#16023)sigmaSd
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-01-19refactor(lsp): store the `LspUrlMap`'s state inside a mutex (#13416)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-10-29refactor(lsp): use deno_graph and single document struct (#12535)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-07-25fix(lsp): handle importmaps properly (#11496)Kitson Kelly
2021-05-10feat: support workspace folders configuration (#10488)Kitson Kelly
2021-04-23refactor: use 'data-url' crate to process data URLs in lsp & file_fetcher (#1...Satya Rohith
2021-04-09fix(lsp): normalize windows file URLs properly (#10034)Kitson Kelly
2021-04-06fix(lsp): properly handle encoding URLs from lsp client (#10033)Kitson Kelly
2021-02-18fix(lsp): handle data URLs properly (#9522)Kitson Kelly