Skip to content

Commit

Permalink
Add DataProperty to postMessage #95
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFeldhoff committed Apr 8, 2021
1 parent 8cc8061 commit 1752cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/src/Services/WebPanelCommandService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class WebPanelCommandService {

async GetConfigurationCommand(message: IMessageBase) {
let setting = !Config.getShowConfirmations();
WebPanel.postMessage({ Command: 'GetConfiguration', setting });
WebPanel.postMessage({ Command: 'GetConfiguration', Data: setting });
}

async SetConfigurationCommand(message: IMessageBase) {
Expand Down

0 comments on commit 1752cfd

Please sign in to comment.