Skip to content

Commit 6ff82fe

Browse files
committed
Debug windows CI
1 parent 8caff42 commit 6ff82fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/suite/extension.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ suite('Extension Test Suite', () => {
179179
});
180180

181181
suiteTeardown(async () => {
182+
const binDir = await vscode.workspace.fs.readDirectory(joinUri(getWorkspaceRoot().uri, 'bin', process.platform === 'win32' ? 'ghcup' : '.ghcup', 'bin'));
183+
console.log(`bin dir before deleting: ${binDir}`);
182184
console.log('Disposing all resources');
183185
disposables.forEach((d) => d.dispose());
184186
console.log('Stopping the lsp server');

0 commit comments

Comments
 (0)