-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(commit message): commit message out of experimental stage (#7166)
CLOSE https://linear.app/sourcegraph/issue/CODY-5048 This commit removes the `experimentalCommitMessage` feature flag and related code. This feature is no longer experimental and is now enabled by default. The following changes were made: - Removed the `experimentalCommitMessage` flag from `lib/shared/src/configuration.ts`, `vscode/src/commands/index.ts`, `vscode/src/testutils/mocks.ts`, `vscode/src/configuration.ts`, `vscode/test/e2e/command-commit.test.ts`, `vscode/src/configuration.test.ts`, and `vscode/package.json`. - Updated the `when` clause for the "Generate Commit Message" command in `vscode/package.json` to remove the check for the `experimentalCommitMessage` setting. ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> Everything should work as it currently is, including the e2e test.
- Loading branch information
Showing
7 changed files
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters