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