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 8ab2468 commit 2f9a0eeCopy full SHA for 2f9a0ee
src/workspace.ts
@@ -2,7 +2,7 @@ import { workspace } from "vscode";
2
3
export function getWorkspaceFolder(): string {
4
const { workspaceFolders } = workspace;
5
- console.log({ workspaceFolders })
+ console.log({ workspaceFolders });
6
7
return workspaceFolders ? workspaceFolders[0].uri.fsPath : "";
8
-};
+}
0 commit comments