2020-11-13 10:25:28 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Chrome Extension debugging",
|
|
|
|
"port": 9222,
|
|
|
|
"type": "chrome",
|
2020-11-20 10:24:42 +00:00
|
|
|
"runtimeArgs": [
|
|
|
|
"--user-data-dir=/tmp/chromeproxy-userdata",
|
|
|
|
"--ignore-certificate-errors",
|
|
|
|
"--disable-dev-shm-usage",
|
|
|
|
"--mute-audio",
|
2020-11-25 04:23:46 +00:00
|
|
|
"--single-process",
|
2020-11-20 10:24:42 +00:00
|
|
|
"--safebrowsing-disable-auto-update",
|
|
|
|
"--disable-gpu",
|
|
|
|
"--no-sandbox",
|
|
|
|
"--disable-blink-features=AutomationControlled",
|
|
|
|
"--disable-infobars",
|
|
|
|
"--allow-running-insecure-content",
|
|
|
|
"--disable-features=TranslateUI",
|
|
|
|
"--test-type",
|
|
|
|
],
|
2020-11-19 07:32:43 +00:00
|
|
|
"url": "http:/localhost:7123",
|
2020-11-13 10:25:28 +00:00
|
|
|
"webRoot": "${workspaceFolder}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|