Files
ports/www/code-server/files/patch-lib_vscode_product.json
T
Jochen Neumeister a73cae2fd8 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
2026-06-21 20:07:06 +02:00

29 lines
684 B
JSON

--- lib/vscode/product.json.orig
+++ lib/vscode/product.json
@@ -147,14 +147,7 @@
"tokenEntitlementUrl": "https://api.github.com/copilot_internal/v2/token",
"mcpRegistryDataUrl": "https://api.github.com/copilot/mcp_registry"
},
- "trustedExtensionAuthAccess": {
- "github": [
- "GitHub.copilot-chat"
- ],
- "github-enterprise": [
- "GitHub.copilot-chat"
- ]
- },
+ "trustedExtensionAuthAccess": {},
"onboardingKeymaps": [
{
"id": "vscode",
@@ -230,8 +223,6 @@
"type": "light"
}
],
- "builtInExtensionsEnabledWithAutoUpdates": [
- "GitHub.copilot-chat"
- ],
+ "builtInExtensionsEnabledWithAutoUpdates": [],
"sessionsWindowAllowedExtensions": []
}