Skip to content

Instantly share code, notes, and snippets.

@dancinllama
Created November 22, 2019 23:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancinllama/99b99be4bd43232bf9766995a80c98f3 to your computer and use it in GitHub Desktop.
Save dancinllama/99b99be4bd43232bf9766995a80c98f3 to your computer and use it in GitHub Desktop.
// 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": [
{
"name": "Launch Apex Replay Debugger",
"type": "apex-replay",
"request": "launch",
"logFile": "${command:AskForLogFileName}",
"stopOnEntry": true,
"trace": true
},
{
"type": "browser-preview",
"request": "attach",
"name": "Browser Preview: Attach"
},
{
"type": "browser-preview",
"request": "launch",
"name": "Browser Preview: Launch",
"url": "http://localhost:3333"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment