Add forced shift assignment functionality for workers and update tests

This commit is contained in:
Ross
2025-08-08 08:23:42 +01:00
parent cf48c3c168
commit 6bd47ba5b4
4 changed files with 135 additions and 3 deletions
+8
View File
@@ -20,5 +20,13 @@
"program": "${workspaceFolder}/gen.py",
"console": "integratedTerminal"
},
{
"name": "Python: cons",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/gen_cons.py",
"console": "integratedTerminal"
},
]
}