a73cae2fd8
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
29 lines
684 B
JSON
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": []
|
|
}
|