RE: Issue regarding downloading symbols and authentication
Here is my app.json and launch.json with sensitive information censorred:
launch.json:
{
"version": "0.2.0",
"configurations": [
{
"name": "Development",
"type": "al",
"request": "launch",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"schemaUpdateMode": "ForceSync",
"startupObjectType": "Page",
"tenant": "",
"environmentType": "Sandbox",
"environmentName": "Development",
}
]
}app.json:
{
"id": "",
"name": "",
"publisher": "",
"version": "21.4.2.0",
"platform": "21.0.0.0",
"application": "21.0.0.0",
"idRanges": [
{
"from": ,
"to":
}
],
"resourceExposurePolicy": {"allowDebugging": false, "allowDownloadingSource": false, "includeSourceInSymbolFile": false},
"runtime": "10.0",
"features": [
"TranslationFile",
"GenerateCaptions"
],
"target": "Cloud"
}