Created
November 22, 2019 23:27
-
-
Save dancinllama/99b99be4bd43232bf9766995a80c98f3 to your computer and use it in GitHub Desktop.
This file contains 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 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