Hi,
I am currently creating a project on visual code with AL code extension for business central. I have recently updated the docker to 2.0.02. After that, while publishing, I have encountered an error saying:
This AL extension version for Visual Studio Code cannot be used with the specified server.
Please update the AL extension from the Visual Studio Code marketplace.
Additional information:
Server details
- Runtime: 2.3
- Web API: 2.0
- Debugger: 2.0
AL extension details
- Supported runtimes: 1.0, 2.0, 2.1, 2.2
- Supported Web API: 1.0, 2.0
- Supported debuggers: 1.0, 2.0

My AL extension is currently up-to-date.
When I update my run time version to 2.3 to match the server, I would receive another error:
error AL1043: The runtime version '2.3' is not supported by the AL compiler.
Error: The package could not be created.
Is there a fix to this?