Skip to content

Commit 8a4163d

Browse files
authored
fix: add open user settings JSON description (microsoft#209583)
1 parent 09c9ded commit 8a4163d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ class PreferencesActionsContribution extends Disposable implements IWorkbenchCon
239239
super({
240240
id: 'workbench.action.openSettingsJson',
241241
title: OPEN_USER_SETTINGS_JSON_TITLE,
242+
metadata: {
243+
description: nls.localize2('workbench.action.openSettingsJson.description', "Opens the JSON file containing the current user profile settings")
244+
},
242245
category,
243246
f1: true,
244247
});

0 commit comments

Comments
 (0)