I want to setup to program AL in visualstudio code. But I am unable to download symbols. How can I get the correct server name for the launch.json?
This is my launch.json:
{
"version": "0.2.0",
"configurations": [
{
"name": "Your own server",
"request": "launch",
"type": "al",
"server": "https://businesscentral.dynamics.com/48bf5e21-6260-4f21-8d42-28c4c0c7a9df/sandox",
"environmentType": "OnPrem",
"serverInstance": "BC",
"authentication": "UserPassword",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "default"
}
]
}
Please help.