Skip to content

Commit 99ff84c

Browse files
committed
disable prompt to configure tests when ext loads
1 parent e00f127 commit 99ff84c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/client/unittests/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ export function activate(context: vscode.ExtensionContext, outputChannel: vscode
3838

3939
settings.addListener('change', onConfigChanged);
4040
context.subscriptions.push(activateCodeLenses());
41-
42-
//Swallow rejections (else written to console as unhandled promise rejections)
43-
displayPromptToEnableTests(vscode.workspace.rootPath, outChannel).then(() => { }, () => { });
4441
}
4542
function dispose() {
4643
if (pyTestManager) {

0 commit comments

Comments
 (0)