Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
polinasok committed Dec 15, 2021
1 parent 6b1de51 commit a731107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/goDebugFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { Logger, TimestampedLogger } from './goLogging';
import { DebugProtocol } from 'vscode-debugprotocol';
import { getWorkspaceFolderPath } from './util';
import { toolExecutionEnvironment } from './goEnv';
import { ShowMessageNotification } from 'vscode-languageserver-protocol';

export class GoDebugAdapterDescriptorFactory implements vscode.DebugAdapterDescriptorFactory {
constructor(private outputChannel?: vscode.OutputChannel) {}
Expand Down

0 comments on commit a731107

Please sign in to comment.