cors

run chrome without cors

Command line

bash
chrome.exe --disable-web-security

Or in launch.json

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