mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
333d9a4053
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
10 lines
514 B
PowerShell
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 |