Skip to content

Commit

Permalink
Fix linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Apr 18, 2024
1 parent 0bb5661 commit ef9bebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/cmakeUtil.mts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export async function configureCmakeNinja(folder: Uri): Promise<boolean> {
cancellable: true,
title: "Configuring CMake...",
},
// eslint-disable-next-line @typescript-eslint/require-await
async (progress, token) => {
const cmake =
settings
Expand Down

0 comments on commit ef9bebe

Please sign in to comment.