Skip to content

Commit 3473f38

Browse files
authored
Remove some deprecated settings (microsoft#181161)
1 parent a68448f commit 3473f38

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,23 +1168,11 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
11681168
default: 'prompt',
11691169
markdownDescription: localize('continueOnCloudChanges', 'Controls whether to prompt the user to store working changes in the cloud when using Continue Working On.')
11701170
},
1171-
'workbench.experimental.editSessions.autoStore': {
1172-
markdownDeprecationMessage: localize('editSessionsAutoStoreDeprecated', 'This setting is deprecated in favor of {0}.', '`#workbench.experimental.cloudChanges.autoStore#`')
1173-
},
1174-
'workbench.editSessions.autoResume': {
1175-
markdownDeprecationMessage: localize('editSessionsAutoResumeDeprecated', 'This setting is deprecated in favor of {0}.', '`#workbench.cloudChanges.autoResume#`')
1176-
},
1177-
'workbench.editSessions.continueOn': {
1178-
markdownDeprecationMessage: localize('editSessionsContinueOnDeprecated', 'This setting is deprecated in favor of {0}.', '`#workbench.cloudChanges.continueOn#`')
1179-
},
11801171
'workbench.experimental.cloudChanges.partialMatches.enabled': {
11811172
'type': 'boolean',
11821173
'tags': ['experimental', 'usesOnlineServices'],
11831174
'default': false,
11841175
'markdownDescription': localize('cloudChangesPartialMatchesEnabled', "Controls whether to surface cloud changes which partially match the current session.")
1185-
},
1186-
'workbench.experimental.editSessions.partialMatches.enabled': {
1187-
markdownDeprecationMessage: localize('editSessionsPartialMatchesDeprecation', 'This setting is deprecated in favor of {0}.', '`#workbench.experimental.cloudChanges.partialMatches.enabled#`')
11881176
}
11891177
}
11901178
});

0 commit comments

Comments
 (0)