We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1943705 commit eef2ea0Copy full SHA for eef2ea0
1 file changed
src/workspace.ts
@@ -2,7 +2,6 @@ import { workspace } from "vscode";
2
3
export function getWorkspaceFolder(): string {
4
const { workspaceFolders } = workspace;
5
- console.log({ workspaceFolders });
6
7
return workspaceFolders ? workspaceFolders[0].uri.fsPath : "";
8
}
0 commit comments