*/
export function createVSCodeHarnessDescriptor(): IHarnessDescriptor {
id: SessionType.Local,
label: localize('harness.local', "Local"),
icon: ThemeIcon.fromId(Codicon.vm.id),
supportsTroubleshoot: true,
hiddenSections: [AICustomizationManagementSection.Tools],
sectionOverrides: new Map([
[AICustomizationManagementSection.Instructions, {
rootFileShortcuts: [AGENT_MD_FILENAME],
}],
]),
};
}
// #endregion