mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 03:35:04 -05:00
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 |