Created
February 28, 2017 08:07
-
-
Save ButuzGOL/2797ed875e3f24ab83755048b345fb8c to your computer and use it in GitHub Desktop.
editorconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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/**" | |
] | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
open /Applications/Google\ Chrome.app --remote-debugging-port=9222