1

Our development environment is very secured, It doesn't have access to public internet and limited with the installation of software and tools.

Since the npm registry is mirrored to our intranet, we are allowed to install the node modules.

The VS code is not listing any extensions. Is there any way that I can add the Extensions like "prettier" using npm install ?

1 Answer 1

3

This is not possible since VS code extensions are not published to npm (or, at least, they should not be).

You best option is probably to download the extension vsix files from the marketplace for offline use and install them manually

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.