I have removed the server instance and added tennant Id as told but still getting the same error .
Also i have restarted the VS code, still same error.
My code on Launch.json :
"type": "al",
"request": "launch",
"sandboxName": "DevTraining",
"name": "Microsoft cloud sandbox",
"server": " XXXXXXX...",
"tenant": "XXXXXXXXXXXXXXXXXXXXXX....",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
and App.Json :
"id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"name": " XXXX",
"publisher": "XXXXX",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
}
],
"screenshots": [],
"platform": "16.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"contextSensitiveHelpUrl": "XXXXXXXXXXXXXXXXX",
"showMyCode": true,
"runtime": "5.0"
Please HELP!