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_tests_lsp.rs
Age
Commit message (
Collapse
)
Author
2021-05-31
feat(lsp): diagnostics for deno types and triple-slash refs (#10699)
Kitson Kelly
Fixes #9823
2021-05-31
chore(lsp): provide test for lsp deadlock issue (#10679)
Kitson Kelly
Resolves: #10587
2021-05-31
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Kitson Kelly
Fixes #10603
2021-05-31
test(cli/dts): typecheck examples in declaration files (#10707)
Casper Beyer
This commits adds two integration tests that typecheck examples in the docstrings in Deno declaration files.
2021-05-31
docs(cli/dts): fix plugin example (#10647)
Casper Beyer
2021-05-31
fix(#10695): deps diagnostics include data property (#10696)
Kitson Kelly
Fixes #10695
2021-05-31
feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)
Kitson Kelly
Closes #9932
2021-05-31
feat(lsp): support formatting json and markdown files (#10180)
Satya Rohith
Resolves #9447 Resolves #9415
2021-05-31
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly