Add platform specific options in start scan (#65)
* Add platform specific options in start scan * Add code level doc and ChangeLog * Minor improvements
This commit is contained in:
Vendored
-16
@@ -32,22 +32,6 @@
|
||||
"--web-hostname=127.0.0.1",
|
||||
"--web-port=8080"
|
||||
],
|
||||
"preLaunchTask": "open_chrome"
|
||||
},
|
||||
],
|
||||
"tasks": [
|
||||
{
|
||||
"label": "open_chrome",
|
||||
"type": "shell",
|
||||
"command": "open",
|
||||
"args": [
|
||||
"-na",
|
||||
"Google Chrome",
|
||||
"--args",
|
||||
"--user-data-dir=/tmp/temporary-chrome-profile-dir",
|
||||
"--disable-web-security",
|
||||
"--disable-site-isolation-trials"
|
||||
],
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user