Skip to content

Commit

Permalink
Update vscode-azureextensionui >0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Jul 22, 2024
1 parent 30cacc2 commit 7634a60
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 24 deletions.
70 changes: 48 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
"fs-extra": "^10.1.0",
"moment": "^2.29.4",
"strip-json-comments": "^3.1.1",
"vscode-azureextensionui": "^0.37.0",
"vscode-azureextensionui": "^0.39.7",
"vscode-jsonrpc": "^8.1.0",
"vscode-languageclient": "^7.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion test/support/getActionContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function getActionContext(): IActionContext {
rethrow: false,
issueProperties: {}
},
ui: <IAzureUserInput><unknown>undefined
ui: <IAzureUserInput><unknown>undefined,
valuesToMask: []
};
}

0 comments on commit 7634a60

Please sign in to comment.