Default chrome-debug to be a workspace extension to enable debugging vscode on a remote

This commit is contained in:
Rob Lourens 2019-06-17 11:21:14 -07:00 committed by GitHub
parent 238e534627
commit db6c0dc75d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,5 +56,8 @@
"url": "./.vscode/cglicenses.schema.json"
}
],
"git.ignoreLimitWarning": true
}
"git.ignoreLimitWarning": true,
"remote.extensionKind": {
"msjsdiag.debugger-for-chrome": "workspace"
}
}