Skip to content

Commit 4972322

Browse files
committed
TODO for post-universe
1 parent ef2c22b commit 4972322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/utils/asyncUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export function timeout(ms: number): Promise<void> {
66
return new Promise((resolve) => setTimeout(resolve, ms));
77
}
88

9-
// TODO: Bring timeouts from VS Code: src/vs/base/common/async.ts
9+
// TODO: Advanced timeout from core async: https://github.com/microsoft/vscode-python-environments/issues/953

0 commit comments

Comments
 (0)