Added debug profile for Windows Terminal.

This commit is contained in:
BDisp
2023-08-10 02:52:58 +01:00
parent de79709697
commit dd8a658d6b

View File

@@ -52,7 +52,12 @@
"commandLineArgs": "\"Windows & FrameViews\""
},
"Docker": {
"commandName": "Docker"
"commandName": "Docker"
},
"UICatalog WT": {
"commandName": "Executable",
"executablePath": "wt",
"commandLineArgs": "UICatalog.exe"
}
}
}