microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
744 stars 244 forks source link

Go to definition does not work if you have more than 1 configurations in launch file #5632

Open tinfister opened 4 years ago

tinfister commented 4 years ago

Describe the bug Go to definition does not work if you have more than 1 configurations in launch file

To Reproduce Steps and to reproduce the behavior:

  1. Go to '...' Create Launch.json file with 2 or more configurations. Declare variable type record and press Go to definition over the variable name. AL Code to reproduce the issue

Expected behavior VSCode should open dialog to choose which configuration to use and open .dal file with full code from server. Instead, it just opens .dal file from symbols which contains name of the fields and triggers but not the full version of the object.

Screenshots If applicable, add screenshots to help explain your problem. image

5. Versions:

kalberes commented 4 years ago

Looks duplicate of #4203