Skip to content

Commit db134dd

Browse files
committed
remove unused imports
1 parent d6b0d76 commit db134dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension/noConfigDebugInit.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import * as fs from 'fs';
55
import * as path from 'path';
66
import * as crypto from 'crypto';
7-
import * as os from 'os';
87
import {
98
DebugSessionOptions,
109
Disposable,
@@ -14,7 +13,7 @@ import {
1413
workspace,
1514
} from 'vscode';
1615
import { createFileSystemWatcher, debugStartDebugging } from './utils';
17-
import { traceError, traceLog, traceVerbose } from './common/log/logging';
16+
import { traceError, traceVerbose } from './common/log/logging';
1817

1918
/**
2019
* Registers the configuration-less debugging setup for the extension.

0 commit comments

Comments
 (0)