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
/
tsc.rs
Age
Commit message (
Expand
)
Author
2024-01-11
refactor(lsp): store project version on documents (#21892)
Nayeem Rahman
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-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-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-01
perf(lsp): better op performance logging (#21423)
Bartek Iwańczuk
2023-12-01
refactor(lsp): log names (#21413)
Bartek Iwańczuk
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-10-24
perf(lsp): cleanup workspace settings scopes (#20937)
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-05
fix(lsp): show diagnostics for type imports from untyped deps (#20780)
Nayeem Rahman
2023-10-02
refactor(lsp): clean up tsc requests (#20743)
Nayeem Rahman
2023-09-29
feat(lsp): jupyter notebook analysis (#20719)
Nayeem Rahman
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-26
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
Nayeem Rahman
2023-09-26
chore: slight cleanup in npm resolvers (#20692)
David Sherret
2023-09-26
feat(lsp): support more vscode built-in settings (#20679)
Nayeem Rahman
2023-09-21
refactor(lsp): store language sections in WorkspaceSettings (#20593)
Nayeem Rahman
2023-09-19
fix(lsp): force correct media type detection from tsc (#20562)
Nayeem Rahman
2023-09-19
refactor(lsp): dedup import map lookup for auto-imports (#20538)
Nayeem Rahman
2023-09-18
fix(lsp): pass quote preference to tsc (#20547)
Nayeem Rahman
2023-09-18
fix(lsp): prefer local auto-import specifiers (#20539)
Nayeem Rahman
2023-09-16
feat(lsp): include source in auto import completion label (#20523)
Nayeem Rahman
2023-09-12
refactor: rewrite cli/ ops to op2 (#20462)
Bartek Iwańczuk
2023-09-12
refactor: strongly typed TSC ops (#20466)
Bartek Iwańczuk
2023-09-09
fix(lsp): respect configured exclusions for testing APIs (#20427)
Nayeem Rahman
2023-08-26
fix(lsp): implement deno.suggest.completeFunctionCalls (#20214)
Nayeem Rahman
2023-08-26
feat(lsp): update imports on file rename (#20245)
Nayeem Rahman
2023-08-17
fix(lsp): pass fmt options to completion requests (#20184)
Nayeem Rahman
2023-08-08
refactor: use deno_cache_dir crate (#20092)
David Sherret
2023-08-02
feat(unstable/lsp): support navigating to deno_modules folder (#20030)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-08
refactor: abstract away file system to be buried inside HttpCache (#19760)
David Sherret
2023-07-03
feat(lsp): support import maps in quick fix and auto-imports (#19692)
David Sherret
2023-07-02
feat(lsp): basic support of auto-imports for npm specifiers (#19675)
David Sherret
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
[next]