mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Reenable partial matches in insiders (#166721)
This commit is contained in:
@@ -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.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user