Skip to content

Conversation

@bhavyaus
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 21, 2026 04:58
@vs-code-engineering vs-code-engineering bot added this to the January 2026 milestone Jan 21, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the github.copilot.chat.newWorkspaceCreation.enabled configuration setting and promotes the workspace creation feature to general availability by making the related tools always available instead of being gated behind a feature flag.

Changes:

  • Removed the newWorkspaceCreation.enabled boolean configuration setting and its localization string
  • Removed "when" clauses from four tools (copilot_createNewWorkspace, copilot_getProjectSetupInfo, copilot_installExtension, copilot_runVscodeCommand) that were previously gated by this configuration
  • Removed the experimental tags from the newWorkspace.useContext7 setting as part of feature promotion
  • Updated test fixtures to remove references to the deleted configuration

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Removed configuration schema definition for newWorkspaceCreation.enabled and removed "when" clauses from tool definitions, also removed experimental tags from newWorkspace.useContext7
package.nls.json Removed localization string for the deleted configuration
src/platform/configuration/common/configurationService.ts Removed NewWorkspaceCreationAgentEnabled configuration key constant
test/prompts/settingsEditorSearchResultsSelector.stest.ts Updated test data to remove the deleted configuration from mock settings

@bhavyaus bhavyaus marked this pull request as draft January 21, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants