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