编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target

.vscode中的settings.json试试改成这个,报错应该是vscode升级导致的问题

{

    "git.ignoreLimitWarning": true,

    "debug.javascript.usePreview":false

}

你可能感兴趣的:(编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target)