ernestasjuska
ernestasjuska
Hi, It would be useful to have a function to jump to another VS Code workspace/folder in another Git worktree. If possible it should create worktree when it does not...
Hi, CRS Extension removes double quotes surounding field names that start with a number, e.g.: ```pascal table 50100 MyTable { fields { field(1; "1Column"; Code[20]) { DataClassification = CustomerContent; }...
### Prerequisites - [x] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
# PR Summary Currently copying rows containing multiline values out from Out-GridView results in mangled data. Copying it to other programs such as Microsoft Excel breaks the table and puts...
Hi, Add tooltips command does not preserve separating line between properties and triggers Before: ```al action(Open) { ApplicationArea = S4Leasing; Caption = '&Open'; Image = Document; Promoted = true; PromotedCategory...
Hi, In larger apps we end up with large number of objects in rather flat structure: 20 files in src/codeunit, 40 in src/pageextension, etc. At the moment even smaller projects...