launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "ELC25 Local Development",
"type": "al",
"request": "launch",
"server": "http://localhost",
"serverInstance": "BC160",
"authentication": "Windows",
"startupObjectId": 22,
//"startupObjectId": 11021530,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"schemaUpdateMode": "ForceSync"
},
{
"name": "Debug: ELC25 WebService",
"type": "al",
"request": "attach",
"server": "http://localhost",
"port": 7047,
"serverInstance": "BC160",
"authentication": "Windows",
"breakOnError": true,
"breakOnRecordWrite": false,
"enableSqlInformationDebugger": true,
"enableLongRunningSqlStatements": true,
"longRunningSqlStatementsThreshold": 500,
"numberOfSqlStatements": 10,
"breakOnNext": "WebServiceClient"
}
]
}
app.json
{
"id": "781203f8-1ade-47fe-8d41-9c5319586d30",
"name": "ELC25",
"publisher": "Dysel",
"version": "1.0.0.7",
"brief": "ELC 25",
"description": "ELC 25",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.3.14085.14238"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.3.14085.14238"
}
],
"screenshots": [],
"platform": "16.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 11134251
}
],
"contextSensitiveHelpUrl": "https://ELC24.com/help/",
"showMyCode": true,
"runtime": "5.0",
"target": "OnPrem"
}

Output of VS Code
