8000
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 9c85a77 commit 04158a7Copy full SHA for 04158a7
src/extension.ts
@@ -61,7 +61,7 @@ export async function activate(context: vscode.ExtensionContext) {
61
}
62
rootPath = folders[0]
63
64
- const workflowsDir = path.join(rootPath.uri.path, '.github/workflows')
+ const workflowsDir = path.join(rootPath.uri.fsPath, '.github/workflows')
65
const flatYmlPath = path.join(workflowsDir, 'flat.yml')
66
67
if (fs.existsSync(flatYmlPath)) {
0 commit comments