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
Age
Commit message (
Expand
)
Author
2022-04-15
feat(test): format user code output (#14271)
Bartek IwaĆczuk
2022-04-08
fix: upgrade to swc_ecmascript 0.143 (#14238)
David Sherret
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-29
chore(ci): fix lsp bench due to notification that was accidentally added (#14...
David Sherret
2022-03-29
chore: upgrade dprint-core to 0.54.1 (#14146)
David Sherret
2022-03-29
feat(lsp): support API for config file (#14139)
Kitson Kelly
2022-03-28
fix(lsp): watch .jsonc files (#14135)
Kitson Kelly
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-21
feat(lsp): support deno.enablePaths setting (#13978)
Kitson Kelly
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-03
chore(lsp): log more for "unexpected positions" lsp error (#13815)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-10
feat(lsp): support linking to symbols in JSDoc on hover (#13631)
Kitson Kelly
2022-02-10
feat(lsp): provide completions from import map if available (#13624)
Kitson Kelly
2022-02-07
fix(lsp): op_exists handles bad specifiers (#13612)
Kitson Kelly
2022-02-05
fix(lsp): do not panic getting root_uri to auto discover configuration file (...
David Sherret
2022-02-04
feat(lsp): add redirect diagnostic and quick fix (#13580)
Kitson Kelly
2022-02-02
refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...
David Sherret
2022-02-02
perf(lsp): cancellable TS diagnostics (#13565)
David Sherret
2022-02-02
fix(lsp): properly display x-deno-warning with redirects (#13554)
Kitson Kelly
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-29
fix(lsp): regression where certain diagnostics were showing for disabled file...
David Sherret
2022-01-25
refactor(lsp): remove RwLock on `Config` (#13485)
David Sherret
2022-01-25
refactor(lsp): Documents - combine duplicate exists methods (#13479)
David Sherret
2022-01-24
fix(lsp): independent diagnostic publishing should include all diagnostic sou...
David Sherret
2022-01-24
perf(lsp): independent diagnostic source publishes (#13427)
David Sherret
2022-01-24
perf(lsp): improve some tsc op hot paths (#13473)
Kitson Kelly
2022-01-24
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Kitson Kelly
2022-01-19
refactor(lsp): reduce data stored in `StateSnapshot` (#13426)
David Sherret
2022-01-20
fix(lsp): better handling of registry config errors (#13418)
Kitson Kelly
2022-01-19
refactor(lsp): store the `LspUrlMap`'s state inside a mutex (#13416)
David Sherret
2022-01-18
refactor(lsp): store assets behind a mutex (#13414)
David Sherret
2022-01-17
feat: auto-discover config file (#13313)
Ryan Dahl
2022-01-17
refactor(lsp): remove `performance` from `StateSnapshot` (#13403)
David Sherret
2022-01-17
refactor: simplify how LSP deals with config file specifier (#13401)
Ryan Dahl
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-13
refactor: upgrade to import_map v0.6 (#13368)
David Sherret
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-07
feat(lsp): provide registry details on hover if present (#13294)
Kitson Kelly
2022-01-04
fix: upgrade swc_ecmascript to 0.103 (#13284)
David Sherret
2022-01-04
fix(lsp): handle repeating patterns in registry correctly (#13275)
Kitson Kelly
2022-01-02
fix(lsp): better handling of folders in registry completions (#13250)
Kitson Kelly
2022-01-02
fix(lsp): properly generate data URLs for completion items (#13246)
Kitson Kelly
[next]