Skip to content

Commit

Permalink
Add command description (#209558)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz authored Apr 4, 2024
1 parent 10b819f commit 0203900
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export class OpenWebviewDeveloperToolsAction extends Action2 {
id: 'workbench.action.webview.openDeveloperTools',
title: nls.localize2('openToolsLabel', "Open Webview Developer Tools"),
category: Categories.Developer,
metadata: {
description: nls.localize('openToolsDescription', "Opens Developer Tools for active webviews")
},
f1: true
});
}
Expand Down

0 comments on commit 0203900

Please sign in to comment.