From 9e4f747703666b97737a898f3117026fd8ad062b Mon Sep 17 00:00:00 2001 From: Jiatong Li Date: Sun, 13 Jul 2025 15:29:57 -0700 Subject: [PATCH] Revert "Merge pull request #7629 from LiGaCu/wcs_optin" This reverts commit 8b12768df61965f9b334cbfba40c7b30bc6e1eb6, reversing changes made to 678851bbe9776228f55e0460e66a6167ac2a1685. --- packages/amazonq/package.json | 5 ----- packages/core/package.nls.json | 1 - packages/core/src/shared/settings-amazonq.gen.ts | 1 - 3 files changed, 7 deletions(-) diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index 051d2d47961..c8893d445ea 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -164,11 +164,6 @@ "default": true, "scope": "application" }, - "amazonQ.server-sideContext": { - "type": "boolean", - "markdownDescription": "%AWS.configuration.description.amazonq.workspaceContext%", - "default": true - }, "amazonQ.workspaceIndex": { "type": "boolean", "markdownDescription": "%AWS.configuration.description.amazonq.workspaceIndex%", diff --git a/packages/core/package.nls.json b/packages/core/package.nls.json index 4e51c3e35f9..b3cf958c980 100644 --- a/packages/core/package.nls.json +++ b/packages/core/package.nls.json @@ -90,7 +90,6 @@ "AWS.configuration.description.amazonq": "Amazon Q creates a code reference when you insert a code suggestion from Amazon Q that is similar to training data. When unchecked, Amazon Q will not show code suggestions that have code references. If you authenticate through IAM Identity Center, this setting is controlled by your Amazon Q administrator. [Learn More](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-reference.html)", "AWS.configuration.description.amazonq.shareContentWithAWS": "When checked, your content processed by Amazon Q may be used for service improvement (except for content processed for users with the Amazon Q Developer Pro Tier). Unchecking this box will cause AWS to delete any of your content used for that purpose. The information used to provide the Amazon Q service to you will not be affected. See the [Service Terms](https://aws.amazon.com/service-terms) for more details.", "AWS.configuration.description.amazonq.importRecommendation": "Amazon Q will add import statements with inline code suggestions when necessary.", - "AWS.configuration.description.amazonq.workspaceContext": "Index project files on the server and use as context for higher-quality responses. This feature will activate only if your administrator has opted you in.", "AWS.configuration.description.amazonq.workspaceIndex": "When you add @workspace to your question in Amazon Q chat, Amazon Q will index your workspace files locally to use as context for its response. Extra CPU usage is expected while indexing a workspace. This will not impact Amazon Q features or your IDE, but you may manage CPU usage by setting the number of local threads in 'Local Workspace Index Threads'.", "AWS.configuration.description.amazonq.workspaceIndexWorkerThreads": "Number of worker threads of Amazon Q local index process. '0' will use the system default worker threads for balance performance. You may increase this number to more quickly index your workspace, but only up to your hardware's number of CPU cores. Please restart VS Code or reload the VS Code window after changing worker threads.", "AWS.configuration.description.amazonq.workspaceIndexUseGPU": "Enable GPU to help index your local workspace files. Only applies to Linux and Windows.", diff --git a/packages/core/src/shared/settings-amazonq.gen.ts b/packages/core/src/shared/settings-amazonq.gen.ts index 780f99bd95e..836b68444f2 100644 --- a/packages/core/src/shared/settings-amazonq.gen.ts +++ b/packages/core/src/shared/settings-amazonq.gen.ts @@ -29,7 +29,6 @@ export const amazonqSettings = { "amazonQ.allowFeatureDevelopmentToRunCodeAndTests": {}, "amazonQ.importRecommendationForInlineCodeSuggestions": {}, "amazonQ.shareContentWithAWS": {}, - "amazonQ.server-sideContext": {}, "amazonQ.workspaceIndex": {}, "amazonQ.workspaceIndexWorkerThreads": {}, "amazonQ.workspaceIndexUseGPU": {},