waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 42 forks source link

Page cannot be opened from VS Code if Traefik on docker is used #290

Open phenno1 opened 11 months ago

phenno1 commented 11 months ago

Hi!

There is a issue with "Run Current Object (Web Client)" function if launch.json is set to docker using traefik. In that case ServerInstance in launch.json has "dev" suffix to real instance name, for development port on docker container. If I try to use "Run Current Object (Web Client)" on some object in VS Code it opens a link with inculded "dev" suffix, hence it gives bad page. It should open a link without "dev" suffix.