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
/
lsp
Age
Commit message (
Expand
)
Author
2021-08-10
feat(lsp): support clients which do not support disabled code actions (#11612)
Kitson Kelly
2021-08-06
feat(lsp): implement refactoring code actions (#11555)
Jean Pierre
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-25
fix(lsp): handle importmaps properly (#11496)
Kitson Kelly
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-07
feat(lsp): add test code lens (#10874)
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-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
fix(#10695): deps diagnostics include data property (#10696)
Kitson Kelly
2021-05-18
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly
2021-04-20
feat(lsp): Implement textDocument/documentSymbol (#9981)
Jean Pierre
2021-04-20
feat(lsp): Implement textDocument/semanticTokens/full (#10233)
Jean Pierre
2021-04-19
feat(lsp): implement textDocument/prepareCallHierarchy (#10061)
Jean Pierre
2021-04-09
feat(lsp): add registry import auto-complete (#9934)
Kitson Kelly
2021-04-02
feat(lsp): implement textDocument/foldingRange (#9900)
Jean Pierre
2021-04-01
fix(lsp): ensure insert_text is passed back on completions (#9951)
Kitson Kelly
2021-03-25
feat(lsp): add import completions (#9821)
Kitson Kelly
2021-03-24
feat(lsp): implement textDocument/selectionRange (#9845)
Jean Pierre
2021-03-16
refactor(lsp): refactor completions and add tests (#9789)
Kitson Kelly
2021-03-10
fix(lsp): diagnostics use own thread and debounce (#9572)
Kitson Kelly
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-02-18
fix(lsp): handle data URLs properly (#9522)
Kitson Kelly
2021-02-16
feat(lsp): Implement `textDocument/signatureHelp` (#9330)
Yuki Tanaka
2021-02-12
feat(lsp): add deno cache code actions (#9471)
Kitson Kelly
2021-02-09
fix(lsp): handle code lenses for non-documents (#9454)
Kitson Kelly
2021-02-08
feat(lsp): add implementations code lens (#9441)
Kitson Kelly
2021-02-08
feat(lsp): add asset cache regression test
Kitson Kelly
2021-02-06
fix(lsp): support codeAction/resolve (#9405)
Kitson Kelly
2021-02-05
feat(lsp): add TS quick fix code actions (#9396)
Kitson Kelly
2021-02-01
feat(lsp): add references code lens (#9316)
Kitson Kelly
2021-01-27
feat(lsp): add performance measurements (#9209)
Kitson Kelly
2021-01-27
fix(lsp): handle mbc properly when formatting (#9273)
Kitson Kelly
2021-01-22
fix(lsp): handle mbc documents properly (#9151)
Kitson Kelly
2020-12-30
feat(lsp): Implement textDocument/rename (#8910)
hrsh7th
2020-12-22
feat(lsp): support the unstable setting (#8851)
Kitson Kelly
2020-12-22
fix(lsp): respect enable flag for requests (#8850)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly