import posts at least partially tested, we should do some more work on it - also, a few other bugs have been stomped

This commit is contained in:
2026-02-28 22:58:56 -07:00
parent 210712a58d
commit 9a3860f796
10 changed files with 96 additions and 44 deletions
+8
View File
@@ -19,5 +19,13 @@
"program": "${workspaceFolder}",
"args": ["-C", "${workspaceFolder}/test.yaml"]
},
{
"name": "Import Test",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["-C", "${workspaceFolder}/test2.yaml"]
},
]
}