You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1233,7 +1233,7 @@ export class SettingsEditor2 extends EditorPane {
1233
1233
typeSettingsEditorModifiedSettingClassification={
1234
1234
key: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The setting that is being modified.'};
1235
1235
groupId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the setting is from the local search or remote search provider, if applicable.'};
1236
-
providerName: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The name of the remote search provider, if applicable.'};
1236
+
providerName: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The name of the search provider, if applicable.'};
1237
1237
nlpIndex: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The index of the setting in the remote search provider results, if applicable.'};
1238
1238
displayIndex: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The index of the setting in the combined search results, if applicable.'};
1239
1239
showConfiguredOnly: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the user is in the modified view, which shows configured settings only.'};
@@ -1251,13 +1251,13 @@ export class SettingsEditor2 extends EditorPane {
0 commit comments