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
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
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-01-26
refactor(lsp): fewer clones (#17551)
Geert-Jan Zwiers
2023-01-03
fix(lsp): treat empty string config value as None (#17227)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-10-28
fix(lsp): correct `parameterNames.suppressWhenArgumentMatchesName` and `varia...
David Sherret
2022-10-16
feat: support inlay hints (#16287)
Kitson Kelly
2022-10-14
fix(lsp): properly handle snippets on completions (#16274)
Kitson Kelly
2022-05-16
feat(lsp): enable linting by default (#14583)
Bartek Iwańczuk
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-21
feat(lsp): support deno.enablePaths setting (#13978)
Kitson Kelly
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-01-25
refactor(lsp): remove RwLock on `Config` (#13485)
David Sherret
2022-01-24
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Kitson Kelly
2022-01-19
refactor(lsp): reduce data stored in `StateSnapshot` (#13426)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-08
refactor: move `mod tokio_util` to runtime (#12332)
Bert Belder
2021-08-10
feat(lsp): support clients which do not support disabled code actions (#11612)
Kitson Kelly
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-21
feat(lsp): add workspace config to status page (#11459)
Kitson Kelly
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-15
Remove various unnecessary allow(clippy) declarations (#10971)
Ryan Dahl
2021-06-07
feat(lsp): add test code lens (#10874)
Kitson Kelly
2021-06-01
feat(lsp): registry auto discovery (#10813)
Kitson Kelly
2021-06-01
fix(lsp): updates to workspace config are processed sync (#10812)
Kitson Kelly
2021-05-20
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Kitson Kelly
2021-05-12
fix(#10603): revert minimal changes to resolve deadlock bug (#10605)
Kitson Kelly
[next]