Hi all,
I have been working on an extension for NAV2018. I have managed to create a new project in VSCode and generated the symbols. The issue is when I try to download symbols as I get an error simply stating "No Server has been chosen".
I have specified the server's and the rest of the details in the launch.json as follows;
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "http://localhost",
"serverInstance": "NAV2018",
"authentication": "Windows",
"startupObjectId": 22,
"port": 7049,
"schemaUpdateMode": "Synchronize"
}
]
}
When I try to download the symbols of the demo database that comes with the installation i.e. the "serverinstance" & "port" properties of the launch.json point to the NAV instance linked with the demo database, it gives no errors. Any ideas why such error could occur?
Thanks in advance.
*This post is locked for comments
I have the same question (0)