Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove cdn.nest.land from known registries #601

Closed
maximousblk opened this issue Jan 5, 2022 · 1 comment · Fixed by #602
Closed

remove cdn.nest.land from known registries #601

maximousblk opened this issue Jan 5, 2022 · 1 comment · Fixed by #602

Comments

@maximousblk
Copy link
Contributor

maximousblk commented Jan 5, 2022

Describe the bug

in #594 a few known registries were added and one of them was cdn.nest.land. this will be the new nest registry but it is still under development and so doesn't use latest data from the main database. the current working version of nest is x.nest.land only.

To Reproduce

n/a

Expected behavior

- "https://cdn.nest.land": true,
+ "https://x.nest.land": true,

Screenshots

vscode_deno/package.json

Lines 247 to 253 in b80e599

"deno.suggest.imports.hosts": {
"type": "object",
"default": {
"https://deno.land": true,
"https://cdn.nest.land": true,
"https://crux.land": true
},

Versions

vscode: n/a
deno: n/a
extension: 3.10.0

@maximousblk
Copy link
Contributor Author

ps. same problem exists in the 1.17 release notes

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant