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
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2023-07-11
fix(lsp): remove quotes and period surrounding specifier in uncached messages...
David Sherret
2023-04-26
feat(cli): flatten deno.json configuaration (#17799)
scarf
2023-03-08
refactor(lsp): improve test client initialization (#18015)
David Sherret
2023-02-11
feat: add more variants to Deno.build.os (#17340)
Leo Kettmeir
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-29
fix(lsp): "Add all missing imports" uses correct specifiers (#17216)
Bartek Iwańczuk
2022-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-10-26
chore: improve built-in API documentation (#16158)
Kitson Kelly
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-16
feat: support inlay hints (#16287)
Kitson Kelly
2022-10-14
fix(lsp): properly handle snippets on completions (#16274)
Kitson Kelly
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