Skip to content

Commit 2f9a0ee

Browse files
committed
update workspace.ts
1 parent 8ab2468 commit 2f9a0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workspace.ts

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

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

77
return workspaceFolders ? workspaceFolders[0].uri.fsPath : "";
8-
};
8+
}

0 commit comments

Comments
 (0)