LoginSignup
1
0

More than 5 years have passed since last update.

VisualStudioCode Chrome クロスドメイン 許可 

Last updated at Posted at 2018-04-30

↓これな!!  さんくす StackOverFlow !!    

launch.json
{
  "version": "0.2.0",
  "configurations": [
    {

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

    }
  ]
} 

KyoPeeeeさんが教えてくれたので直しました。
https://stackoverflow.com/questions/44416029/launching-chrome-without-web-securities-in-vs-code

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0