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
/
testdata
/
lsp
Age
Commit message (
Expand
)
Author
2022-09-20
feat(cli): update to TypeScript 4.8 (#15064)
Kitson Kelly
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-08-17
docs: add category tag for built-in APIs (#15480)
Kitson Kelly
2022-08-02
fix(lsp): use correct commit chars for completions (#15366)
Kitson Kelly
2022-07-12
fix(lsp): enable auto imports (#15145)
Kitson Kelly
2022-06-15
fix(check): use "moduleDetection": "force" (#14875)
Nayeem Rahman
2022-06-01
feat: update to TypeScript 4.7 (#14242)
Kitson Kelly
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-21
feat(lsp): support deno.enablePaths setting (#13978)
Kitson Kelly
2022-03-02
feat(cli): update to TypeScript 4.6.2 (#13474)
Kitson Kelly
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
2022-02-10
feat(lsp): provide completions from import map if available (#13624)
Kitson Kelly
2022-02-04
feat(lsp): add redirect diagnostic and quick fix (#13580)
Kitson Kelly
2022-01-24
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Kitson Kelly
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-07
feat(lsp): provide registry details on hover if present (#13294)
Kitson Kelly
2022-01-04
fix(lsp): handle repeating patterns in registry correctly (#13275)
Kitson Kelly
2022-01-02
fix(lsp): properly generate data URLs for completion items (#13246)
Kitson Kelly
2021-12-20
feat(lsp): add code lens for debugging tests (#13138)
Jesper van den Ende
2021-12-16
fix(lsp): provide diagnostics for import assertions (#13105)
Kitson Kelly
2021-12-14
feat(lsp): improve registry completion suggestions (#13023)
Kitson Kelly
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-11-24
fix(lsp): lsp should respect include/exclude files in format config (#12876)
David Sherret
2021-11-23
feat(lsp): add workspace symbol provider (#12787)
Kitson Kelly
2021-11-09
chore(lsp): align ScriptElementKind to current versions of TypeScript/vscode ...
Kitson Kelly
2021-11-04
fix(lint): use recommended tag if there is no tags in config file or flags (#...
Zheyu Zhang
2021-10-12
fix(lsp): lint diagnostics respect config file (#12338)
Bartek Iwańczuk
2021-09-14
fix(lsp): correctly parse registry patterns (#12063)
Kitson Kelly
2021-09-14
feat(lsp): ignore specific lint for entire file (#12023)
Satya Rohith
2021-09-13
feat(fmt): add support for configuration file (#11944)
Bartek Iwańczuk
2021-09-13
fix(lsp): support data urls in `deno.importMap` option (#11397)
Satya Rohith
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret