Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
HighCommander4 authored Nov 13, 2024
1 parent ec98aea commit 945de72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export async function activate(context: vscode.ExtensionContext):
await clangdContext.activate(context.globalStoragePath, outputChannel);

shouldCheck = vscode.workspace.getConfiguration('clangd').get<boolean>(
'detectExtensionConflicts') ?? false;
'detectExtensionConflicts') ??
false;
}

if (shouldCheck) {
Expand Down

0 comments on commit 945de72

Please sign in to comment.