We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de7ff5 + 8126358 commit 72e46a2Copy full SHA for 72e46a2
packages/vscode-extension/src/releaseBasedFeatureSettings.ts
@@ -5,10 +5,9 @@
5
// Please do not edit this file except introducing new feature flag settings.
6
// During cd, we will toggle the value of the feature flag settings in this file from "false" to "true" on alpha and beta version.
7
// Please list each setting line by line. The default value should be the expected value in stable release, which is false usually.
8
-const shouldEnableTeamsCopilotChatUI = false;
9
const shouldHideTeamsAgentPreviewTag = false;
10
11
export const releaseControlledFeatureSettings = {
12
- shouldEnableTeamsCopilotChatUI,
+ shouldEnableTeamsCopilotChatUI: false,
13
shouldHideTeamsAgentPreviewTag,
14
};
0 commit comments