Skip to content

Tag: vscode-debugger

How to run html & javascript in VS Code

I have the following code. How do I run this in VS Code with the debugger. I installed and tried live-server but maybe not doing it correctly. index.html index.js Answer You can install the following extensions. Live Server. Chrome Debugger. Once you have these two extensions installed, open the page index.ht…