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

feat(denols): disable import completion from some registries in default #2934

Closed
kyoh86 opened this issue Dec 18, 2023 · 0 comments · Fixed by #2936
Closed

feat(denols): disable import completion from some registries in default #2934

kyoh86 opened this issue Dec 18, 2023 · 0 comments · Fixed by #2936
Labels
enhancement New feature or request

Comments

@kyoh86
Copy link
Contributor

kyoh86 commented Dec 18, 2023

Language server

denols

Requested feature

same as the vscode extension:
https://github.com/denoland/vscode_deno/blob/3d20875396a779fc7047ac826c97775571d997e5/package.json#L430-L440

           "default": {
-            "https://deno.land": true,
-            "https://x.nest.land": true,
-            "https://crux.land": true
+            "https://deno.land": true
           },

This option has set in #2793 to according to the vscode extension.

Other clients which have this feature

No response

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

Successfully merging a pull request may close this issue.

1 participant