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.
1 parent 93a2923 commit 28cee27Copy full SHA for 28cee27
src/platform/configuration/vscode/configurationServiceImpl.ts
@@ -220,7 +220,7 @@ export class ConfigurationServiceImpl extends AbstractConfigurationService {
220
}
221
222
if (key.fullyQualifiedOldId) {
223
- const oldExpValue = experimentationService.getTreatmentVariable<Exclude<T, undefined>>(`copilotchat.config.${key.fullyQualifiedOldId}`);
+ const oldExpValue = experimentationService.getTreatmentVariable<Exclude<T, undefined>>(`copilotchat.config.${key.oldId}`);
224
if (oldExpValue !== undefined) {
225
return oldExpValue;
226
0 commit comments