Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2023
1 parent a4a592f commit 19f74ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,10 @@ export async function activate(context: ExtensionContext): Promise<void> {
);

context.subscriptions.push(
vscode.debug.registerDebugConfigurationProvider("ansible",
new AnsibleDebugConfigurationProvider())
vscode.debug.registerDebugConfigurationProvider(
"ansible",
new AnsibleDebugConfigurationProvider()
)
);

context.subscriptions.push(
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/extensionSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export interface LightSpeedServiceSettings {
export interface DebuggerSettings {
logFile: string | null;
logLevel: string;
}
}

0 comments on commit 19f74ca

Please sign in to comment.