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