We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b0d76 commit db134ddCopy full SHA for db134dd
src/extension/noConfigDebugInit.ts
@@ -4,7 +4,6 @@
4
import * as fs from 'fs';
5
import * as path from 'path';
6
import * as crypto from 'crypto';
7
-import * as os from 'os';
8
import {
9
DebugSessionOptions,
10
Disposable,
@@ -14,7 +13,7 @@ import {
14
13
workspace,
15
} from 'vscode';
16
import { createFileSystemWatcher, debugStartDebugging } from './utils';
17
-import { traceError, traceLog, traceVerbose } from './common/log/logging';
+import { traceError, traceVerbose } from './common/log/logging';
18
19
/**
20
* Registers the configuration-less debugging setup for the extension.
0 commit comments