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

View File

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