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 (
Expand
)
Author
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret
2021-06-25
feat(lsp): dependency hover information (#11090)
Kitson Kelly
2021-06-24
fix(lsp): handle invalid config setting better (#11104)
Kitson Kelly
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-21
feat(lsp): quick fix actions to ignore lint errors (#10627)
Satya Rohith
2021-06-19
fix(lsp): do not rename in strings and comments (#11041)
David Sherret
2021-06-07
feat(lsp): add test code lens (#10874)
Kitson Kelly
2021-06-07
tests(lsp): fix flakey lsp integration test (#10875)
Kitson Kelly
2021-06-06
fix(#10747): cannot read config option in windows (#10791)
jeiea
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly
2021-06-03
fix(#10775): diagnostics update on dependency changes (#10817)
Kitson Kelly
2021-06-02
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)
Kitson Kelly
2021-06-01
feat(lsp): registry auto discovery (#10813)
Kitson Kelly
2021-06-01
fix(lsp): updates to workspace config are processed sync (#10812)
Kitson Kelly
2021-05-29
fix(#10765): lsp import fixes include extensions (#10778)
Kitson Kelly
2021-05-25
feat(lsp): diagnostics for deno types and triple-slash refs (#10699)
Kitson Kelly
2021-05-21
chore(lsp): provide test for lsp deadlock issue (#10679)
Kitson Kelly
2021-05-20
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Kitson Kelly
2021-05-19
test(cli/dts): typecheck examples in declaration files (#10707)
Casper Beyer
2021-05-19
docs(cli/dts): fix plugin example (#10647)
Casper Beyer
2021-05-19
fix(#10695): deps diagnostics include data property (#10696)
Kitson Kelly
2021-05-18
feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)
Kitson Kelly
2021-05-18
feat(lsp): support formatting json and markdown files (#10180)
Satya Rohith
2021-05-18
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly