File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -842,9 +842,7 @@ export const webviewMessageHandler = async (
842842 . update ( "deniedCommands" , validCommands , vscode . ConfigurationTarget . Global )
843843
844844 // Show confirmation to the user
845- vscode . window . showInformationMessage (
846- t ( "common:info.command_denied" , { pattern : message . pattern } ) ,
847- )
845+ vscode . window . showInformationMessage ( t ( "common:info.command_denied" , { pattern : message . pattern } ) )
848846
849847 // Update the webview state
850848 await provider . postStateToWebview ( )
Original file line number Diff line number Diff line change 103103 "image_saved" : " Image saved to {{path}}" ,
104104 "mode_exported" : " Mode '{{mode}}' exported successfully" ,
105105 "mode_imported" : " Mode imported successfully" ,
106- "command_whitelisted" : " Command pattern '{{pattern}}' has been added to the allowed commands list"
106+ "command_whitelisted" : " Command pattern '{{pattern}}' has been added to the allowed commands list" ,
107+ "command_denied" : " Command pattern '{{pattern}}' has been added to the denied commands list"
107108 },
108109 "answers" : {
109110 "yes" : " Yes" ,
You can’t perform that action at this time.
0 commit comments