Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dima <alexdima@microsoft.com>2021-11-04 01:34:09 +0300
committerAlex Dima <alexdima@microsoft.com>2021-11-04 01:34:41 +0300
commita704a69394a3fbd241feaa6c0305067f25f866f5 (patch)
tree7128353d851be3088262a7005a88ae2367b23f1a /scripts
parent3247c31f6a4495c538618491f6b273fdfeaf8429 (diff)
Enforce that source code uses a small subset of Unicode
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/code.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/code.sh b/scripts/code.sh
index 5acc461f51c..9caa49b1bf7 100755
--- a/scripts/code.sh
+++ b/scripts/code.sh
@@ -48,7 +48,7 @@ function code() {
function code-wsl()
{
- HOST_IP=$(echo "" | powershell.exe –noprofile -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress | Write-Host -NoNewline}")
+ HOST_IP=$(echo "" | powershell.exe -noprofile -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress | Write-Host -NoNewline}")
export DISPLAY="$HOST_IP:0"
# in a wsl shell