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

Use npm view to populate info box #56040

Merged
merged 1 commit into from Jun 13, 2019

Conversation

andytompkins
Copy link

@andytompkins andytompkins commented Aug 8, 2018

Related to: 54248

Switch to using npm view instead of hitting the public registry. This allows for info to be populated for packages coming out of private registries assuming the user's .npmrc files are setup accordingly.

Wondering if this approach is what you had in mind @aeschli ? If so, I could try and tackle the rest of the file.

@aeschli
Copy link
Contributor

aeschli commented Aug 16, 2018

Yes, that looks like a good approach. That's surely a good approach for the hover. However, I'm not sure if the performance is still good enough for code completion.
Do you want to experiment there as well?

@jk21
Copy link

jk21 commented Apr 18, 2019

@aeschli what can we do to progress here? Also looking for that feature.

@aeschli
Copy link
Contributor

aeschli commented Apr 23, 2019

@jk21 The PR is good, but only covers the hovers. There are also the code completions and it would be great if we have a solution to use npm as well. If someone has time to look into completing the PR that would be great.

@jk21 jk21 mentioned this pull request Apr 23, 2019
@aeschli aeschli merged commit 30254a8 into microsoft:master Jun 13, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants