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
/
tests
/
integration
/
lsp_tests.rs
Age
Commit message (
Expand
)
Author
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-26
chore: improve built-in API documentation (#16158)
Kitson Kelly
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-20
fix(lsp): allow caching deps in non-saved files (#16353)
David Sherret
2022-10-16
feat: support inlay hints (#16287)
Kitson Kelly
2022-10-14
fix(lsp): properly handle snippets on completions (#16274)
Kitson Kelly
2022-10-01
lsp: use deno:/asset instead of deno:asset (#16023)
sigmaSd
2022-09-28
chore: improve JSDoc for built-in APIs (#16048)
Kitson Kelly
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-08-17
docs: add category tag for built-in APIs (#15480)
Kitson Kelly
2022-08-02
fix(lsp): use correct commit chars for completions (#15366)
Kitson Kelly
2022-07-12
fix(lsp): enable auto imports (#15145)
Kitson Kelly
2022-06-01
feat: update to TypeScript 4.7 (#14242)
Kitson Kelly
2022-05-15
fix(lsp): correct positions in some scenarios (#14359)
David Sherret
2022-05-11
chore: fix flaky lsp_testing_api test (#14569)
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
chore(tests): add more lsp tests for formatting (#14155)
David Sherret
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-29
feat(lsp): support API for config file (#14139)
Kitson Kelly
2022-03-22
chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)
David Sherret
2022-03-21
feat(lsp): support deno.enablePaths setting (#13978)
Kitson Kelly
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
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-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-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
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Kitson Kelly
2022-01-17
feat: auto-discover config file (#13313)
Ryan Dahl
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
2021-12-16
fix(lsp): provide diagnostics for import assertions (#13105)
Kitson Kelly
2021-11-25
chore: upgrade lspower to 1.4.0 (#12894)
Bartek Iwańczuk
2021-11-24
fix(lsp): lsp should respect include/exclude files in format config (#12876)
David Sherret
2021-11-23
feat(lsp): add type definition provider (#12789)
Kitson Kelly
2021-11-23
feat(lsp): add workspace symbol provider (#12787)
Kitson Kelly
2021-11-18
fix(lsp): tag deprecated diagnostics properly (#12801)
Kitson Kelly
2021-11-17
fix(lsp): retain module dependencies when parse is invalid (#12782)
Kitson Kelly
2021-11-16
tests(lsp): regression test for providing completions when editing documents ...
Yacine Hmito
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-08
fix(lsp): display module types only dependencies on hover (#12683)
Kitson Kelly
2021-11-07
fix(lsp): display signature docs as markdown (#12636)
Luca Casonato
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-10-12
fix(lsp): lint diagnostics respect config file (#12338)
Bartek Iwańczuk
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-15
chore(lsp): use pretty_assertions in e2e tests (#12083)
Satya Rohith
[next]