How To Fix VSCode: Exception has occurred: ReferenceError: closeDescriptionPopup is not defined
Answer a question
Not sure how this problem specifically occurred. I've been doing some googling trying to narrow down what exactly is going wrong as my project was fine a few days ago. When i attempt to debug my VSCODE project i'm presented with this error.

this is a picture of my launch.json file:

Also, this an error if it helps displayed in the debug console.

Things i've tried so far,
-
Rebooting the computer
-
Uninstalling and Reinstalling VSCODE as well as disabling extensions
-
Creating a new VSCODE Project to attempt to debug
-
Deleting the launch.json file and creating a new one
Answers
After spending some time debugging I solved this problem by simply installing npm packages, I executed command npm i
Just make sure that your npm packages are all installed and none is failing.
Hopefully this helps you or someone with the same issue.
更多推荐
所有评论(0)