-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
Hey there guys :)
I have just installed visual studio code on my new laptop and am trying to run a simple react project, but none of the components are loading so I checked the issue in the console and the issue was coming from webpack. The file is massive so have just taken a screenshot to show you. Attached here.
https://drive.google.com/file/d/1-3NhpYtp0Rmu2DObW9aR-VLgR6bZr3Dj/view?usp=sharing
I noticed that someone else had a similar issue and it had to do with the integrated terminal. The solution was to change the internal terminal from powershell to C:\WINDOWS\System32\cmd.exe.
In my settings my terminal is set to C:\WINDOWS\System32\cmd.exe, but when I look at the terminal actually running in the bottom of visual studio code it clearly says powershell and I am unable to change it. Can I fix this somehow?