Skip to content

Instantly share code, notes, and snippets.

@ButuzGOL
Created February 28, 2017 08:07
Show Gist options
  • Save ButuzGOL/2797ed875e3f24ab83755048b345fb8c to your computer and use it in GitHub Desktop.
Save ButuzGOL/2797ed875e3f24ab83755048b345fb8c to your computer and use it in GitHub Desktop.
editorconfig
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "Quick",
"request": "launch",
"name": "File",
"program": "${file}",
"cwd": "${workspaceRoot}"
},
{
"name": "Debug",
"type": "chrome",
"request": "attach",
"port": 9222,
"url": "https://autoucogezg2.na35.visual.force.com/apex/autoUcogEzG2__PMnUIShell#*",
"webRoot": "${workspaceRoot}",
"sourceMaps": true,
"smartStep": true,
"internalConsoleOptions": "openOnSessionStart",
"skipFiles": [
"node_modules/**"
]
}
]
}
// Place your settings in this file to overwrite default and user settings.
{
"editor.fontSize": 13,
// "files.watcherExclude": {
// ".vscode/chrome/**": true
// },
// "search.exclude": {
// "modules/**": true,
// },
"debug.inlineValues": true,
"files.exclude": {
"node_modules": true,
"dist": true,
".sass-cache": true,
"npm-debug.log*": true,
"yarn.lock": true,
"yarn-error.log*": true,
".*": true,
"build.sh": true,
"gulpfile.js": true,
"prepTestDataStaticResource.sh": true,
// "webpack*": true,
"**/test": true,
"_old": true,
"clm": true,
"rebates": true,
"base/uifw": true,
"base/mnadmin": true,
"base/mnobject": true,
"base/mncatalog": true,
"cpq/mnapp": true,
"cpq/mnconfigadmin": true,
"cpq/mncontract": true,
"cpq/mnquote": true,
// "cpq/mnconfig": true,
"apex": true,
}
}
@ButuzGOL
Copy link
Author

open /Applications/Google\ Chrome.app --remote-debugging-port=9222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment