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
/
config.rs
Age
Commit message (
Expand
)
Author
2024-04-24
fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)
Nayeem Rahman
2024-04-20
perf(lsp): only store parsed sources for open documents (#23454)
Nayeem Rahman
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-11
perf(lsp): use a stub module in tsc for failed resolutions (#23313)
Nayeem Rahman
2024-04-05
fix(lsp): respect DENO_FUTURE for BYONM config (#23207)
Nayeem Rahman
2024-04-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-03-31
fix(lsp): don't apply preload limit to workspace walk (#23123)
Nayeem Rahman
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-21
refactor(lsp): factor out workspace walk from resolver update (#22937)
Nayeem Rahman
2024-03-13
chore(lsp): remove enablePaths compat path (#22895)
Nayeem Rahman
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-22
feat(lsp): allow to connect V8 inspector (#21482)
Bartek Iwańczuk
2023-12-08
feat(lsp): debug log file (#21500)
Nayeem Rahman
2023-11-30
perf(lsp): avoid redundant getNavigationTree() calls (#21396)
Nayeem Rahman
2023-11-24
fix(lsp): handle byonm specifiers in jupyter notebooks (#21332)
David Sherret
2023-11-17
chore: update to Rust 1.74 (#21210)
林炳权
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-09-29
feat(lsp): jupyter notebook analysis (#20719)
Nayeem Rahman
2023-09-26
feat(lsp): support more vscode built-in settings (#20679)
Nayeem Rahman
2023-09-24
refactor(lsp): implement "deno.cacheOnSave" server-side (#20632)
Nayeem Rahman
2023-09-21
refactor(lsp): store language sections in WorkspaceSettings (#20593)
Nayeem Rahman
2023-09-18
refactor(lsp): cleanup document preload (#20520)
Nayeem Rahman
2023-09-13
feat(lsp): WorkspaceSettings::disablePaths (#20475)
Nayeem Rahman
2023-09-12
fix(lsp): match enable_paths by whole path components (#20470)
Nayeem Rahman
2023-09-09
fix(lsp): respect configured exclusions for testing APIs (#20427)
Nayeem Rahman
2023-09-09
Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423)
Nayeem Rahman
2023-09-08
Revert "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20419)
Nayeem Rahman
2023-09-08
chore(lsp): remove TestingSettings::enable (#20407)
Nayeem Rahman
2023-09-08
refactor(lsp): clean up "enablePaths" handling (#20388)
Nayeem Rahman
2023-09-02
fix(lsp): properly handle disabled configuration requests (#20358)
Nayeem Rahman
2023-09-01
Reland "feat(lsp): enable via config file detection (#20334)" (#20349)
Nayeem Rahman
2023-09-01
Revert "feat(lsp): enable via config file detection (#20334)" (#20347)
Bartek Iwańczuk
2023-08-31
feat(lsp): enable via config file detection (#20334)
Nayeem Rahman
2023-08-26
feat(lsp): update imports on file rename (#20245)
Nayeem Rahman
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-21
fix(lsp): handle watched files events from symlinked config files (#19898)
David Sherret
2023-07-20
fix(lsp): auto-discover deno.json in more cases (#19894)
David Sherret
2023-07-10
fix(lsp): exclude files in deno.json "exclude" (#19791)
David Sherret
2023-07-10
refactor(lsp): move config file related code to config.rs (#19790)
David Sherret
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-01
fix(lsp): add a document preload file system entry limit (#18553)
David Sherret
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
[next]