diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-02-14 22:48:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 22:48:39 +0000 |
| commit | 1ad754b4123009e01dbecb3b880e7f0545e46c2f (patch) | |
| tree | 400ef028fc459827b3c9e0faded780d853531da5 /tests/testdata/jsr/registry/@denotest/add/meta.json | |
| parent | 66baff763fad65e8b209763d5c8d16084a3ab60c (diff) | |
feat(lsp): jsr support with cache probing (#22418)
Diffstat (limited to 'tests/testdata/jsr/registry/@denotest/add/meta.json')
| -rw-r--r-- | tests/testdata/jsr/registry/@denotest/add/meta.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testdata/jsr/registry/@denotest/add/meta.json b/tests/testdata/jsr/registry/@denotest/add/meta.json index 02601e4d0..2f4daa844 100644 --- a/tests/testdata/jsr/registry/@denotest/add/meta.json +++ b/tests/testdata/jsr/registry/@denotest/add/meta.json @@ -1,5 +1,6 @@ { "versions": { - "1.0.0": {} + "1.0.0": {}, + "0.2.0": {} } } |
