cleanup request json building

This commit is contained in:
2025-05-23 17:14:59 +02:00
parent bd63a1292e
commit 2b05e5a8f3
5 changed files with 97 additions and 32 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"clangd.arguments": [
"--header-insertion=never",
]
}