We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b5a3d commit 1663f9eCopy full SHA for 1663f9e
src/utils/workspaceUtils.ts
@@ -1,8 +1,8 @@
1
// Copyright (c) jdneo. All rights reserved.
2
// Licensed under the MIT license.
3
4
-import * as os from "os";
5
import * as fs from "fs";
+import * as os from "os";
6
import * as path from "path";
7
import * as vscode from "vscode";
8
import { IQuickItemEx } from "../shared";
0 commit comments