Skip to content

Commit 0203900

Browse files
authored
Add command description (microsoft#209558)
For microsoft#209511
1 parent 10b819f commit 0203900

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/workbench/contrib/webview/electron-sandbox/webviewCommands.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export class OpenWebviewDeveloperToolsAction extends Action2 {
1717
id: 'workbench.action.webview.openDeveloperTools',
1818
title: nls.localize2('openToolsLabel', "Open Webview Developer Tools"),
1919
category: Categories.Developer,
20+
metadata: {
21+
description: nls.localize('openToolsDescription', "Opens Developer Tools for active webviews")
22+
},
2023
f1: true
2124
});
2225
}

0 commit comments

Comments
 (0)