We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b589d5 commit ff91421Copy full SHA for ff91421
src/common/utils/asyncUtils.ts
@@ -1,5 +1,3 @@
1
export async function timeout(milliseconds: number): Promise<void> {
2
return new Promise<void>((resolve) => setTimeout(resolve, milliseconds));
3
}
4
-
5
-// TODO: Advanced timeout from core async: https://github.com/microsoft/vscode-python-environments/issues/953
0 commit comments