we have a custom npm registry (specified via npm config set registry http://our.url/path) that also requires a login (npm login --registry=http://our.url/path)
VS Code shows auto completion (intellisense) for npm package names when typing in names in package.json's dependencies. It also shows latest versions for those packages there too. However this only works with public released packages.
As we are using a custom npm registry, how to get VS Code to support auto completion for our own npm packages that only have been published on our own registry (including version number)?
Thanks, toebens
No, this is not currently possible, it is hard coded to the official registry in this file.
You can open a feature request at https://www.GitHub.com/microsoft/vscode/issues/new
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With