This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
vscode
mirror of
https://github.com/microsoft/vscode.git
Watch
1
Star
0
Fork
You've already forked vscode
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cee4706830
vscode
/
scripts
/
xterm-update.ps1
3 lines
88 B
PowerShell
Raw
Normal View
History
Unescape
Escape
Make xterm-update.ps1 cross platform
2024-08-06 03:35:37 +08:00
$scriptPath
=
Join-Path
$PSScriptRoot
"
xterm-update.js
"
node
$scriptPath
(
Get-Location
)