File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const baseConfig = {
2929 "plugin:@typescript-eslint/recommended" ,
3030 ] ,
3131 rules : {
32+ "@typescript-eslint/await-thenable" : "error" ,
3233 "@typescript-eslint/no-use-before-define" : 0 ,
3334 "@typescript-eslint/no-unused-vars" : [
3435 "warn" ,
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ export async function activate(
462462 ) {
463463 registerErrorStubs ( [ checkForUpdatesCommand ] , ( command ) => async ( ) => {
464464 const installActionName = "Install CodeQL CLI" ;
465- const chosenAction = await void showAndLogErrorMessage (
465+ const chosenAction = await showAndLogErrorMessage (
466466 `Can't execute ${ command } : missing CodeQL CLI.` ,
467467 {
468468 items : [ installActionName ] ,
You can’t perform that action at this time.
0 commit comments