move vscode workspace to qllab.code-workspace

This commit is contained in:
Michael Hohn
2025-06-27 13:05:48 -07:00
committed by =Michael Hohn
parent 3ce1d8d252
commit 274b37260b

10
qllab.code-workspace Normal file
View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"omnisharp.autoStart": false
}
}