refactoring the command form creation

This commit is contained in:
Paul Schneider 2026-09-04 13:19:31 +01:00
commit fc820362b9
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
24 changed files with 940 additions and 698 deletions

2
.vscode/tasks.json vendored
View file

@ -7,7 +7,7 @@
"fileLocation": ["relative", "${workspaceFolder}"],
"source": "dotnet",
"pattern": {
"regexp": "^\\s+(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning) (.+): (.*)$",
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning) (.*)$",
"file": 1,
"line": 2,
"column": 3,