summaryrefslogtreecommitdiff
path: root/cli/lsp/sources.rs
AgeCommit message (Expand)Author
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-17feat: support loading import map from URL (#9519)Bartek IwaƄczuk
2021-02-15fix(lsp): handle cached type dependencies properly (#9500)Kitson Kelly
2021-02-12fix(lsp): properly handle static assets (#9476)Kitson Kelly
2021-02-12feat(lsp): add deno cache code actions (#9471)Kitson Kelly
2021-02-10fix(lsp): handle type deps properly (#9436)Kitson Kelly
2021-02-08fix(lsp): remove Sources mutexBen Noordhuis
2021-01-26fix(lsp): fix deadlocks, use one big mutex (#9271)Ben Noordhuis
2021-01-22fix(lsp): handle mbc documents properly (#9151)Kitson Kelly
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-24fix(lsp): provide diagnostics for unresolved modules (#8872)Kitson Kelly
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
2020-12-10fix(lsp): only resolve sources with supported schemas (#8696)Kitson Kelly
2020-12-10feat(lsp): support import maps (#8683)Kitson Kelly
2020-12-07feat: add mvp language server (#8515)Kitson Kelly