Skip to content

Commit 775cc3e

Browse files
authored
Reenable partial matches in insiders (microsoft#166721)
1 parent a044bb1 commit 775cc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/editSessions/browser/editSessions.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
922922
'workbench.experimental.editSessions.partialMatches.enabled': {
923923
'type': 'boolean',
924924
'tags': ['experimental', 'usesOnlineServices'],
925-
'default': false,
925+
'default': true,
926926
'markdownDescription': localize('editSessionsPartialMatchesEnabled', "Controls whether to surface edit sessions which partially match the current session.")
927927
}
928928
}

0 commit comments

Comments
 (0)