Skip to content

Commit

Permalink
Create launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HazardMK authored Jul 9, 2024
1 parent 97d1b93 commit 6fbcbae
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "SP_DEV cloud sandbox",
"request": "launch",
"type": "al",
"tenant": "a0c6ec6d-94c1-4b6e-a290-73996660e809",
"environmentType": "Sandbox",
"environmentName": "SP_DEV",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
},
{
"name": "SP_LS_CENTRAL cloud sandbox",
"request": "launch",
"type": "al",
"tenant": "a0c6ec6d-94c1-4b6e-a290-73996660e809",
"environmentType": "Sandbox",
"environmentName": "SP_LS_CENTRAL",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}

0 comments on commit 6fbcbae

Please sign in to comment.