The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
code-server runs Visual Studio Code in a web browser and allows remote
development through a web-based interface.
The service provides access to a full VS Code environment from any modern
browser without requiring a local VS Code installation.
===> The following configuration options are available for code-server-4.135.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
code-server has been installed.
Enable the service:
sysrc code_server_enable=YES
Start the service:
service code-server start
By default, code-server listens on:
http://<server>:8080/
See:
${PREFIX}/share/doc/code-server/README.md
www/code-server: Update to 4.135.0
Update to code-server 4.135.0, which bundles VS Code 1.135.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
www/code-server: Update to 4.134.0
Update to code-server 4.134.0, which bundles VS Code 1.134.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
www/code-server: Update to 4.133.0
Update to code-server 4.133.0, which bundles VS Code 1.133.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
www/code-server: Update to 4.132.0
Update to code-server 4.132.0, which bundles VS Code 1.132.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
www/code-server: Update to 4.131.0
Update to code-server 4.131.0, which bundles VS Code 1.131.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
www/code-server: Update to 4.129.0
Update to code-server 4.129.0, which bundles VS Code 1.129.0.
VS Code 1.129 changed how the built-in GitHub Copilot extension is
handled: it is now built from source during the reh-web build instead
of being fetched as a prebuilt VSIX. This requires a few build-time
workarounds:
- The copilot extension postinstall expects a platform package for the
host. A Copilot CLI SDK distfile is provided and placed as
@github/copilot-freebsd-x64 so the postinstall passes. GitHub Copilot
is closed-source and not usable on FreeBSD; this only lets the build
complete.
- The reh-web build calls ensureCopilotPlatformPackage(), which runs
www/code-server: Add new port
code-server enables running Visual Studio Code on a remote system and
accessing it through a web browser. It provides a familiar development
environment without requiring a local VS Code installation.
WWW: https://github.com/coder/code-server
Sponsored by: Netzkommune GmbH