Age | Commit message (Expand) | Author |
---|---|---|
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 |