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 84b3a3b commit 7224ed4Copy full SHA for 7224ed4
src/features/processPicker.ts
@@ -6,8 +6,6 @@
6
import * as os from 'os';
7
import * as vscode from 'vscode';
8
import * as child_process from 'child_process';
9
-import * as fs from 'fs';
10
-import * as path from 'path';
11
12
export interface AttachItem extends vscode.QuickPickItem {
13
id: string;
0 commit comments