Files
vscode/extensions/copilot/script/simulate.ps1
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00

10 lines
514 B
PowerShell

#---------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
#---------------------------------------------------------------------------------------------
$ErrorActionPreference = "Stop"
$ROOT = Split-Path -Parent (Split-Path -Parent (Resolve-Path $MyInvocation.MyCommand.Path))
$ELTRON = "$ROOT\\node_modules\\electron\\dist\\electron"
Set-Location $ROOT
& $ELTRON ./script/electron/simulationWorkbenchMain.js $args