mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-10 22:47:22 +08:00
7 lines
243 B
PowerShell
7 lines
243 B
PowerShell
. $PSScriptRoot\copilotShared.ps1
|
|
$cdbpath = GetCDBPath
|
|
$debuggerNamedPipe = GetDebuggerNamedPipe
|
|
$commandLine = "`"$($cdbpath)`" -remote npipe:server=.,pipe=$debuggerNamedPipe -clines 0 -c `"qq`""
|
|
echo $commandLine
|
|
cmd.exe /S /C $commandLine
|