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
/
test_util
/
src
/
lsp.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-07
feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)
David Sherret
2022-11-30
fix(lsp): analyze fs dependencies of dependencies to find npm package require...
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
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-02-02
refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
test(test_util/lsp): add tests for invalid content-length (#12971)
Hirotaka Tagawa / wafuwafu13
2021-08-17
chore(tests): delete the temporary deno dir when dropping the test lsp client...
David Sherret
2021-05-21
chore(lsp): provide test for lsp deadlock issue (#10679)
Kitson Kelly
2021-05-18
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly