Skip to content

Commit eef2ea0

Browse files
committed
refactor
1 parent 1943705 commit eef2ea0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/workspace.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { workspace } from "vscode";
22

33
export function getWorkspaceFolder(): string {
44
const { workspaceFolders } = workspace;
5-
console.log({ workspaceFolders });
65

76
return workspaceFolders ? workspaceFolders[0].uri.fsPath : "";
87
}

0 commit comments

Comments
 (0)