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
/
test_util
/
src
/
lsp.rs
Age
Commit message (
Expand
)
Author
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-17
chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)
David Sherret
2023-11-14
feat(lsp): upgrade check on init and notification (#21105)
Nayeem Rahman
2023-10-24
perf(lsp): cleanup workspace settings scopes (#20937)
Nayeem Rahman
2023-09-24
fix(lsp): resolve remote import maps (#20651)
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-13
feat(lsp): WorkspaceSettings::disablePaths (#20475)
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
refactor(lsp): clean up "enablePaths" handling (#20388)
Nayeem Rahman
2023-09-02
fix(lsp): properly handle disabled configuration requests (#20358)
Nayeem Rahman
2023-08-17
fix(unstable): disable importing from the vendor directory (#20067)
David Sherret
2023-07-26
chore: fix benchmarks (#19958)
David Sherret
2023-07-26
fix(lsp): handle import mapped `node:` specifier (#19956)
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-06-13
fix(lsp): update import map config when deno.json changes (#19476)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-09
chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)
David Sherret
2023-05-26
chore(lsp/tests): diagnostic synchronization (reland) (#19270)
David Sherret
2023-05-26
Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)
Bartek Iwańczuk
2023-05-26
chore(lsp/tests): diagnostic synchronization (#19264)
David Sherret
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-03-09
refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...
David Sherret
2023-03-08
refactor(lsp): improve test client initialization (#18015)
David Sherret
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-07
feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)
David Sherret
2022-11-30
fix(lsp): analyze fs dependencies of dependencies to find npm package require...
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-30
chore(tests): add more lsp tests for formatting (#14155)
David Sherret
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-02-02
refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
test(test_util/lsp): add tests for invalid content-length (#12971)
Hirotaka Tagawa / wafuwafu13
2021-08-17
chore(tests): delete the temporary deno dir when dropping the test lsp client...
David Sherret
2021-05-21
chore(lsp): provide test for lsp deadlock issue (#10679)
Kitson Kelly
2021-05-18
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly