Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Create a new project in VS Code

...

Update launch.json to reference your own development server i.e.:

 

{

    "version""0.2.0",

    "configurations": [

        {

            "type""al",

            "request""launch",

            "name""DOCKER01",

            "server""http://10.10.xx.xx:5500",

            "port"55049,

            "serverInstance""NAV",

            "authentication""UserPassword",

            "startupObjectId"22,

            "startupObjectType""Page",

            "breakOnError"true,

            "launchBrowser"true,

            "schemaUpdateMode""Synchronize"

        }

    ]

}

 

   

Download symbols

  • Press CTRL + SHIFT + P
  • AL: Download symbols

...