Kilian Seizinger

Results 72 comments of Kilian Seizinger

Hi, 1. I download from a Business Central Cloud Sandbox Docker Environment (with AAD Authentication) 2. I can reproduce this issue with a dymmy AL-Go Project. After some investigation it...

@kalberes I changed the setting to verbose (at user settings), but my `DebuggerServices.log` in the path `C:\Users\username\.vscode\extensions\ms-dynamics-smb.al-9.3.646020\bin\win32` doesn't change. I restarted all VS Code Sessions, I did reboot my computer,...

Is there any Progress on this feature? I had the same problem with the Modifaction of the Editable Property. Thankfully this error is recognized on publishing the extension in our...

This would really help by debugging

Well to be clear. Maybe my repo wasn't optimal. We had problems with a Guid comparision to empty text, since we changed one field from text to guid. ``` AL...

@Jose-agg Thanks for your answer. Mabye a codecop info message, that informs the developer to be careful about the comparision and try to use a `GUID` variable together with an...

I guess every String Method that supports a 1-Based StartIndex should lead to compile time errors. e.g. https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/text/text-remove-method

Update: @anzwdev This problem does only occure with workspaces. e.g. MainApp and TestApp, while downloading symbols for the first time for the MainApp

[ALProject1.zip](https://github.com/anzwdev/al-code-outline/files/9156845/ALProject1.zip) Here is an example project. Steps to reproduce: 1. Open the Workspace. 2. Add a launch.json in the .vscode folder of the MainApp Folder 3. Try Download for the...