🤖
Visual Studio Codeのデバッグ module files deprecated ERR_CONNECTION_REFUSED
Visual Studio Codeのデバッグで以下のエラーが出た際の解決策について、stackoverflowにはlaunch.jsonの設定を見直すような回答が多くある。Reactアプリケーション等の場合、react-scripts startコマンド、もしくはnpm startコマンドでアプリケーションを起動してから、デバッグを実行すれば普通に起動する。
//DEBUG CONSOLE
crbug/1173575, non-JS module files deprecated.
//chrome等のブラウザ上の画面
This site can’t be reachedlocalhost refused to connect. ERR_CONNECTION_REFUSED
Discussion