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
/
lsp
Age
Commit message (
Expand
)
Author
2024-01-14
feat: remove conditional unstable type-checking (#21825)
Bartek Iwańczuk
2024-01-11
refactor(lsp): store project version on documents (#21892)
Nayeem Rahman
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-09
fix(lsp): use a dedicated thread for the parent process checker (#21869)
David Sherret
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-05
fix(lsp): show test code lens for template literal names (#21798)
Nayeem Rahman
2024-01-03
fix(lsp): support test code lens for Deno.test.{ignore,only}() (#21775)
Nayeem Rahman
2024-01-02
feat(lsp): cache jsxImportSource automatically (#21687)
Nayeem Rahman
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719)
Nayeem Rahman
2023-12-22
feat(lsp): allow to connect V8 inspector (#21482)
Bartek Iwańczuk
2023-12-15
fix(lsp): apply specifier rewrite to CompletionItem::text_edit (#21564)
Nayeem Rahman
2023-12-12
perf(lsp): use null types instead of stub modules (#21541)
Nayeem Rahman
2023-12-12
perf(lsp): collect counts and durations of all requests (#21540)
Bartek Iwańczuk
2023-12-11
perf(lsp): instrument all ops with performance marks (#21536)
Bartek Iwańczuk
2023-12-11
perf(lsp): simplify some of the startup code (#21538)
Bartek Iwańczuk
2023-12-08
feat(lsp): debug log file (#21500)
Nayeem Rahman
2023-12-08
feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-03
perf(lsp): check tsc request cancellation before execution (#21447)
Nayeem Rahman
2023-12-03
perf(lsp): fix redundant clones for ts responses (#21445)
Nayeem Rahman
2023-12-03
refactor: faster args for op_load in TSC (#21438)
Bartek Iwańczuk
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
perf(lsp): better op performance logging (#21423)
Bartek Iwańczuk
2023-12-01
feat(compile): support discovering modules for more dynamic arguments (#21381)
David Sherret
2023-12-01
refactor(lsp): log names (#21413)
Bartek Iwańczuk
2023-11-30
perf(lsp): avoid redundant getNavigationTree() calls (#21396)
Nayeem Rahman
2023-11-30
perf(lsp): cancel ts requests on future drop (#21387)
Nayeem Rahman
2023-11-29
perf(lsp): add performance marks for TSC requests (#21383)
Bartek Iwańczuk
2023-11-24
fix(lsp): handle byonm specifiers in jupyter notebooks (#21332)
David Sherret
2023-11-22
fix(lsp): force shutdown after a timeout (#21251)
Nayeem Rahman
2023-11-17
refactor(upgrade): add unit tests for lsp upgrade check (#21244)
David Sherret
2023-11-17
chore: update to Rust 1.74 (#21210)
林炳权
2023-11-14
feat(lsp): upgrade check on init and notification (#21105)
Nayeem Rahman
2023-11-12
fix(lsp): update tsconfig after refreshing settings on init (#21170)
Nayeem Rahman
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-25
perf(lsp): fix redundant walk when collecting tsc code lenses (#20974)
Nayeem Rahman
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-24
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
David Sherret
2023-10-24
perf(lsp): cleanup workspace settings scopes (#20937)
Nayeem Rahman
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-17
fix(lsp): include mtime in tsc script version (#20911)
Nayeem Rahman
2023-10-17
feat(lsp): respect "typescript.preferences.quoteStyle" when deno.json is abse...
Nayeem Rahman
2023-10-16
fix(lsp): show diagnostics for untitled files (#20916)
Nayeem Rahman
2023-10-13
fix(lsp): don't commit registry completions on "/" (#20902)
Nayeem Rahman
2023-10-12
feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)
Nayeem Rahman
2023-10-12
perf(lsp): fix redundant file reads (#20802)
Nayeem Rahman
[next]