How do I get the node modules folder in Visual Studio code?
To unhide the node_modules folder without using the extension:
Open the settings. json file located within the . vscode folder.Locate the line "**/node_modules": true within "files. exclude": { ... }Change the value to "**/node_modules": false.Save the file. How do you add a node module to Visual Studio code? Download Node. js from here. Install it and then add the path C:\Program Files\nodejs to your System variables. Then restart your visual studio code editor.