Re: Native VS Code SSH extension to FreeBSD Host
Gleb Popov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CALH631=DGEnHKdh81j+oF6vvE9Q=r=gEjJvbY_ikbY_1bB6L0Q@mail.gmail.com> |
On Tue, May 12, 2026 at 3:44 AM Farhan Khan <[email protected]> wrote: > > Step 3: Download the code CLI. > > Based on the above, it will curl and/or scp over an xz file containing the right version of the `code` executable, unzip it and run. The executable `code` is this Rust binary.: https://github.com/microsoft/vscode/tree/main/cli If the extension is a Linux ELF executable, then it might be possible to run it under Linuxulator. What happens if you try to directly run it?