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-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-25
fix(lsp): handle importmaps properly (#11496)
Kitson Kelly
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly
2021-05-18
feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)
Kitson Kelly
2021-05-17
fix: static import permissions in dynamic imports
Luca Casonato
2021-04-20
fix(#10031): lsp handles x-typescript-types header on type only imports prope...
Kitson Kelly
2021-04-20
feat(lsp): improve diagnostic status page (#10253)
Kitson Kelly
2021-03-25
feat(lsp): add import completions (#9821)
Kitson Kelly
2021-03-10
fix(lsp): allow on disk files to change (#9746)
Kitson Kelly
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