Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1d2d2e

Browse files
authored
Remove deprecated setting usage in DS smoke test (microsoft#16491)
1 parent 0cec123 commit b1d2d2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/smoke/datascience.smoke.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ suite('Smoke Test: Datascience', () => {
2424
await verifyExtensionIsAvailable(JUPYTER_EXTENSION_ID);
2525
await initialize();
2626
await setAutoSaveDelayInWorkspaceRoot(1);
27-
const jupyterConfig = vscode.workspace.getConfiguration('jupyter', null);
28-
await jupyterConfig.update('alwaysTrustNotebooks', true, true);
2927

3028
return undefined;
3129
});

0 commit comments

Comments
 (0)