Files
ports/editors/vscode/pkg-message
T
Hiroki Tagato 1db9f70f7d editors/vscode: Update to 1.125.0
While here, fix signature verification error on extension installation
on remote host.

Changelog: https://code.visualstudio.com/updates/v1_125

Reported by:	GitHub (watch releases)
2026-06-19 21:56:33 +09:00

44 lines
1.4 KiB
Plaintext

[
{ type: install
message: <<EOM
Remote development over ssh:
If you want to use remote development over ssh, install "Open Remote -
SSH" extension.
It can be installed from the Extensions view in code-oss[1].
Alternatively, you can download the extension from the Open VSX
Registry[2].
After installation of the extension, restart code-oss and it should
work out of the box. Please note that the remote extension host will
be downloaded from the following URL[3] to the remote host upon first
connection from the local host.
Supported combination of local and remote hosts is as follows:
Local Remote
------------- -------------
FreeBSD amd64 FreeBSD amd64
Linux x86_64
Linux arm64
The remote extension host is actually a Node.js-based server and make
it sure that you have dependency packages installed when the remote
host is FreeBSD.
You can check which packages are necessary on the remote host at
FreshPorts[4]. (Install library and runtime dependencies) In addition,
you have to install misc/compat14x package if the remote host is
FreeBSD 15 or later. The remote extension host has been built on
FreeBSD 14 for compatibility reasons.
[1] https://code.visualstudio.com/docs/getstarted/extensions#_install-a-vs-code-extension
[2] https://open-vsx.org/extension/jeanp413/open-remote-ssh
[3] https://github.com/tagattie/FreeBSD-VSCode/releases
[4] https://www.freshports.org/www/node24/
EOM
}
]