Skip to content

Commit f3d3595

Browse files
authored
Update config with placeholder chat agent provider (#183)
This prevents the Code Editor crashing on load
1 parent 307a311 commit f3d3595

1 file changed

Lines changed: 21 additions & 12 deletions

File tree

patches/common/remove-builtin-extensions.diff

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Index: code-editor-src/product.json
3838
===================================================================
3939
--- code-editor-src.orig/product.json
4040
+++ code-editor-src/product.json
41-
@@ -33,127 +33,14 @@
41+
@@ -33,127 +33,32 @@
4242
"nodejsRepository": "https://nodejs.org",
4343
"urlProtocol": "code-oss",
4444
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
@@ -108,23 +108,33 @@ Index: code-editor-src/product.json
108108
- "manageOverageUrl": "https://aka.ms/github-copilot-manage-overage",
109109
- "upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan",
110110
- "signUpUrl": "https://aka.ms/github-sign-up",
111-
- "provider": {
112-
- "default": {
111+
+ "extensionId": "Amazon.amazon-q-vscode",
112+
+ "chatExtensionId": "Amazon.amazon-q-vscode",
113+
"provider": {
114+
"default": {
113115
- "id": "github",
114116
- "name": "GitHub"
115-
- },
116-
- "enterprise": {
117+
+ "id": "",
118+
+ "name": ""
119+
},
120+
"enterprise": {
117121
- "id": "github-enterprise",
118122
- "name": "GHE.com"
119-
- },
120-
- "google": {
123+
+ "id": "",
124+
+ "name": ""
125+
},
126+
"google": {
121127
- "id": "google",
122128
- "name": "Google"
123-
- },
124-
- "apple": {
129+
+ "id": "",
130+
+ "name": ""
131+
},
132+
"apple": {
125133
- "id": "apple",
126134
- "name": "Apple"
127-
- }
135+
+ "id": "",
136+
+ "name": ""
137+
}
128138
- },
129139
- "providerExtensionId": "vscode.github-authentication",
130140
- "providerUriSetting": "github-enterprise.uri",
@@ -157,8 +167,7 @@ Index: code-editor-src/product.json
157167
- "nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled",
158168
- "tokenEntitlementUrl": "https://api.github.com/copilot_internal/v2/token",
159169
- "mcpRegistryDataUrl": "https://api.github.com/copilot/mcp_registry"
160-
+ "extensionId": "Amazon.amazon-q-vscode",
161-
+ "chatExtensionId": "Amazon.amazon-q-vscode"
170+
+ }
162171
},
163172
"trustedExtensionAuthAccess": {
164173
- "github": [

0 commit comments

Comments
 (0)