Daniel Noeth
Daniel Noeth
The git manual page also states the "--" are optional for git checkout: > `git checkout [-f|--ours|--theirs|-m|--conflict=] [] [--] …` https://git-scm.com/docs/git-checkout The path expansion for git reset does also work...
## User Story As a administrator, I want to check the current version of the factorio server without using the "update" command (which already displays the version). So I want...

Please include the following with each issue: **1. Describe the bug** I was transforming code from C/AL to AL and neither the txt2al (it's okay) or the AL vsx did...
I was curious how Microsoft code actions (e.g. fix "Implicit With") were implemented and if we could also extend them easily by just implementing a base class or interface. It...
**1. Describe the bug** If you navigate to code inside a dal file and try to navigate even further a new unnecessary duplicate tab is opened. **2. To Reproduce** -...
**1. Describe the bug** The [AA0198]( https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0198) warning is not issued for local variables that have the same name as global variables if the local variables are within the trigger...
**1. Describe the bug** A compare statement with Text or Boolean variables should trigger the warning AA0205 **2. To Reproduce** Steps to reproduce the behavior: ```al var MyText: Text; //...
I recently opened a issue in the AL repo (https://github.com/microsoft/AL/issues/7611) because multiple unnecessary vsc tabs are opened for the same *.dal files. So you can end up with 4 different...
"Create procedure" on Rec inside a page extension will create a function inside the page extension
If we use "Create procedure" on a non-existant procedure on the ``Rec`` variable inside a page extension, the procedure is created inside the current page extension instead of the table...