We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bede18 commit 698254eCopy full SHA for 698254e
src/extension/index.activateGithubAnalyses.ts
@@ -69,7 +69,7 @@ export function activateGithubAnalyses(store: Store, panel: Panel, outputChannel
69
config.user = user;
70
config.repoName = repoName.replace('.git', ''); // A repoName may optionally end with '.git'. Normalize it out.
71
72
- // procces.cwd() returns '/'
+ // proccess.cwd() returns '/'
73
const workspacePath = workspace.workspaceFolders?.[0]?.uri?.fsPath; // TODO: Multiple workspaces.
74
if (!workspacePath) return console.warn('No workspace');
75
const gitHeadPath = `${workspacePath}/.git/HEAD`;
0 commit comments