Skip to content

Commit 28cee27

Browse files
committed
fix id
1 parent 93a2923 commit 28cee27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/configuration/vscode/configurationServiceImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export class ConfigurationServiceImpl extends AbstractConfigurationService {
220220
}
221221

222222
if (key.fullyQualifiedOldId) {
223-
const oldExpValue = experimentationService.getTreatmentVariable<Exclude<T, undefined>>(`copilotchat.config.${key.fullyQualifiedOldId}`);
223+
const oldExpValue = experimentationService.getTreatmentVariable<Exclude<T, undefined>>(`copilotchat.config.${key.oldId}`);
224224
if (oldExpValue !== undefined) {
225225
return oldExpValue;
226226
}

0 commit comments

Comments
 (0)