Revert back to original. 'urlFilter' is producing error/timeouts on Mac but don't want to make this into the PR

This commit is contained in:
Haneef Mohammed 2019-07-02 09:23:19 -07:00
parent 48764becf2
commit 003fb37af9

6
.vscode/launch.json vendored
View file

@ -122,9 +122,9 @@
"type": "chrome",
"request": "launch",
"name": "Launch VS Code",
"timeout": 20000,
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat",
"timeout": 20000
},
"osx": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh"
@ -136,7 +136,7 @@
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null
},
"breakOnLoad": false,
//"urlFilter": "*workbench.html*",
"urlFilter": "*workbench.html*",
"runtimeArgs": [
"--inspect=5875",
"--no-cached-data"
@ -279,4 +279,4 @@
]
},
]
}
}