Skip to content

Commit 1678a76

Browse files
fix extension development to work on Windows
1 parent 04fba14 commit 1678a76

File tree

8 files changed

+884
-299
lines changed

8 files changed

+884
-299
lines changed

.github/workflows/scripts/windows/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. .github\workflows\scripts\windows\install-nodejs.ps1
33

44
# Download the VSIX archived upstream
5-
npm ci -ignore-script node-pty
5+
npm ci
66
$Process = Start-Process npx "tsx scripts/download_vsix.ts" -Wait -PassThru -NoNewWindow
77
if ($Process.ExitCode -eq 0) {
88
Write-Host 'SUCCESS'

0 commit comments

Comments
 (0)