I have downloaded the Demo Dynamics.365.BC.Spring2019.29537 version.
Have install Visual Studio Code and then installed AL language and Docker.
If running the demo version, how to configure the lauch.json file?
Below is my lauch.json and I need your advice since there are some errors when downloaded the symbols. Apprecite it!
{
"version": "0.2.0",
"configurations": [
{
"name": "BC140",
"request": "launch",
"type": "al",
"server": "http://localhost:8080/",
"serverInstance": "BC140",
"port": 7049,
"authentication": "Windows",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "default"
}
]
}