We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a19bbb commit d1a7958Copy full SHA for d1a7958
src/client/common/terminal/service.ts
@@ -39,7 +39,6 @@ export class TerminalService implements ITerminalService, Disposable {
39
@inject(IServiceContainer) private serviceContainer: IServiceContainer,
40
private readonly options?: TerminalCreationOptions,
41
) {
42
- const a: TerminalService;
43
const disposableRegistry = this.serviceContainer.get<Disposable[]>(IDisposableRegistry);
44
disposableRegistry.push(this);
45
this.terminalHelper = this.serviceContainer.get<ITerminalHelper>(ITerminalHelper);
0 commit comments