Reenable partial matches in insiders (#166721)

This commit is contained in:
Joyce Er
2022-11-18 10:05:49 -08:00
committed by GitHub
parent a044bb14ea
commit 775cc3e11c
@@ -922,7 +922,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
'workbench.experimental.editSessions.partialMatches.enabled': {
'type': 'boolean',
'tags': ['experimental', 'usesOnlineServices'],
'default': false,
'default': true,
'markdownDescription': localize('editSessionsPartialMatchesEnabled', "Controls whether to surface edit sessions which partially match the current session.")
}
}