diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-04-09 11:27:27 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 11:27:27 +1000 |
| commit | d9d4a5d73c28741deaa2c93d87672ce117315fbf (patch) | |
| tree | 57d08deb2e80796f9e426a4592b47254b112021d /cli/tests/info_json.out | |
| parent | 3168fa4ee7782e72b57745483a7b0df5df5ce083 (diff) | |
feat(lsp): add registry import auto-complete (#9934)
Diffstat (limited to 'cli/tests/info_json.out')
| -rw-r--r-- | cli/tests/info_json.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/info_json.out b/cli/tests/info_json.out index 361728a7b..d7be26375 100644 --- a/cli/tests/info_json.out +++ b/cli/tests/info_json.out @@ -1,5 +1,6 @@ { "denoDir": "[WILDCARD]", "modulesCache": "[WILDCARD]deps", - "typescriptCache": "[WILDCARD]gen" + "typescriptCache": "[WILDCARD]gen", + "registryCache": "[WILDCARD]registries" }
\ No newline at end of file |
