Skip to content

Commit 7224ed4

Browse files
WardenGnawgregg-miskelly
authored andcommitted
Removing unused imports in ProcessPicker.ts (#1137)
1 parent 84b3a3b commit 7224ed4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/processPicker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import * as os from 'os';
77
import * as vscode from 'vscode';
88
import * as child_process from 'child_process';
9-
import * as fs from 'fs';
10-
import * as path from 'path';
119

1210
export interface AttachItem extends vscode.QuickPickItem {
1311
id: string;

0 commit comments

Comments
 (0)