summaryrefslogtreecommitdiff
path: root/cli/lsp/config.rs
AgeCommit message (Expand)Author
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
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-01-26refactor(lsp): fewer clones (#17551)Geert-Jan Zwiers
2023-01-03 fix(lsp): treat empty string config value as None (#17227)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-10-28fix(lsp): correct `parameterNames.suppressWhenArgumentMatchesName` and `varia...David Sherret
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-05-16feat(lsp): enable linting by default (#14583)Bartek Iwańczuk
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-21feat(lsp): support deno.enablePaths setting (#13978)Kitson Kelly
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-01-25refactor(lsp): remove RwLock on `Config` (#13485)David Sherret