fix: correct locking issue that was preventing progress

This commit is contained in:
Stevan Freeborn
2025-05-14 16:45:44 -05:00
parent 3458890960
commit 16aa4b5775
9 changed files with 147 additions and 52 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "src/StevesBot.sln",
"cSpell.words": [
"Steves"
],
}