You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2021. It is now read-only.
I am receiving an error from VSCode saying it cannot find the file when I click on the source of an error in chrome from the VSCode debug console. I am running Debugger for Chrome version 3.1.2. I posted a screenshot below. Notice a couple of things:
My website is running on localhost:1337. For some reason, VSCode is trying to open the file in /1337/js/components.js. (How did the port get into the source path???)
I have source mapping on for my typescript files.
The file open is the launch.json file shown in the screenshot. I pointed the webRoot folder to my assets folder, yet it seems to completely ignore it.