Add forced shift assignment functionality for workers and update tests
This commit is contained in:
Vendored
+8
@@ -20,5 +20,13 @@
|
||||
"program": "${workspaceFolder}/gen.py",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "Python: cons",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/gen_cons.py",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user