使用VS Code 调试时出现crbug/1173575, non-JS module files deprecated,浏览器无法打开html代码。

用vscode运行程序时,出现crbug/1173575, non-JS module files deprecated

使用VS Code 调试时出现crbug/1173575, non-JS module files deprecated,浏览器无法打开html代码。_第1张图片

  

解决方法

 1、打开launch.json,点击调试里的配置

使用VS Code 调试时出现crbug/1173575, non-JS module files deprecated,浏览器无法打开html代码。_第2张图片

 2、将configurations下面的配置全都注释掉,问题即可解决。

使用VS Code 调试时出现crbug/1173575, non-JS module files deprecated,浏览器无法打开html代码。_第3张图片

3、按F5重新运行程序,即可发现可以打开网页。 

你可能感兴趣的:(开发工具,javascript,html,vscode)