Added debug profile for Windows Terminal.

This commit is contained in:
BDisp
2023-08-10 02:52:58 +01:00
committed by Tig
parent b8ee82c90d
commit 885ccb60e4

View File

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