cors

run chrome without cors

Command line

chrome.exe --disable-web-security

Or in launch.json

"runtimeArgs": ["--disable-web-security"]