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-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