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 27dfe2d commit be5fd08Copy full SHA for be5fd08
packages/docs-yaml/src/helper/common.ts
@@ -9,7 +9,6 @@ export const output = window.createOutputChannel('docs-yaml');
9
* @param Uri
10
*/
11
export function getRepoName(workspacePath: Uri) {
12
- // let repoName;
13
const repo = workspace.getWorkspaceFolder(workspacePath);
14
if (repo) {
15
const repoName = repo.name;
0 commit comments