Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stage-rl committed Dec 10, 2023
1 parent 3bcefe1 commit 32e7628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/debugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import { Workspace } from "./workspace";

export class Debugger
implements
vscode.DebugAdapterDescriptorFactory,
vscode.DebugConfigurationProvider {
vscode.DebugAdapterDescriptorFactory,
vscode.DebugConfigurationProvider
{
private debugProcess?: ChildProcessWithoutNullStreams;
private readonly console = vscode.debug.activeDebugConsole;
private readonly currentActiveWorkspace: () => Workspace | undefined;
Expand Down

0 comments on commit 32e7628

Please sign in to comment.