You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the binary finished downloading, the ping shows up as Direct (41.02ms) but the editor hangs on "Opening Remote..."
Coder extension logs
Checking for cached binary: Error: ENOENT: no such file or directory, stat 'c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe'
Started watching workspace
Downloaded binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Using cached binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Started watching workspace
+ INSTALL_ARCH=x86_64
+ INSTALL_TARGET=unknown-linux-gnu
+ MIN_GLIBC_VERSION=2.18
+ ldd --version
+ LDD=ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ uname
+ [ Linux = Darwin ]
+
echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ grep -q musl
+
echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ grep
glibc version is 2.31
is min? 1
-o GLIBC [0-9]\+\.[0-9]\+
+ head -n 1
+ tr -d GLIBC
+ GLIBC_VERSION=2.31
+ echo glibc version is 2.31
+ awk BEGIN{ print "2.18"<="2.31" }
+ IS_MIN_GLIBC_VERSION=1
+ echo is min? 1
+ [ 1 = 0 ]
+ uname
Failed to get network status: Error: read ECONNRESET
Using cached binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Started watching workspace
+ INSTALL_ARCH=x86_64
+ INSTALL_TARGET=unknown-linux-gnu
+ MIN_GLIBC_VERSION=2.18
+ ldd --version
+ LDD=ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ uname
+ [ Linux = Darwin ]
+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+
grep -q musl
+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ grep -o GLIBC [0-9]\+\.[0-9]\+
+ head -n 1
+
glibc version is 2.31
tr -d GLIBC
+ GLIBC_VERSION=2.31
+ echo glibc version is 2.31
Failed to get network status: Error: read ECONNRESET
Using cached binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Started watching workspace
+ INSTALL_ARCH=x86_64
+ INSTALL_TARGET=unknown-linux-gnu
+ MIN_GLIBC_VERSION=2.18
+ ldd --version
+ LDD=ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ uname
+ [ Linux = Darwin ]
+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ grep -q musl
+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+
grep -o GLIBC [0-9]\+\.[0-9]\+
+ head -n 1
+ tr
glibc version is 2.31
is min? 1
-d GLIBC
+ GLIBC_VERSION=2.31
+ echo glibc version is 2.31
+ awk BEGIN{ print "2.18"<="2.31" }
+ IS_MIN_GLIBC_VERSION=1
+ echo is min? 1
+ [ 1 = 0 ]
+ uname -m
+ ARCH=x86_64
+ [ x86_64 = aarch64 ]
+ [ x86_64 = arm64 ]
+ INSTALL_URL=https://aka.ms/vscode-server-launcher/x86_64-unknown-linux-gnu
+ echo Installing from https://aka.ms/vscode-server-launcher/x86_64-unknown-linux-gnu
+ INSTALL_DIR=/home/coder/.vscode-remote/bin
+
The text was updated successfully, but these errors were encountered:
Same on Darwin, it seems it's hung running code-server ps in the workspace (due to license prompt):
❯ /home/mafredri/.vscode-remote/bin/code-server ps
VS Code Server
*
* By using the software, you agree to the
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
? Do you accept the terms in the License Agreement (y/n) › yes
On Windows 10, VSCode stable
The plugin was installed via settings sync as I have installed it on my laptop.
Direct (41.02ms)
but the editor hangs on "Opening Remote..."Coder extension logs
The text was updated successfully, but these errors were encountered: