Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cec123 commit b1d2d2eCopy full SHA for b1d2d2e
src/test/smoke/datascience.smoke.test.ts
@@ -24,8 +24,6 @@ suite('Smoke Test: Datascience', () => {
24
await verifyExtensionIsAvailable(JUPYTER_EXTENSION_ID);
25
await initialize();
26
await setAutoSaveDelayInWorkspaceRoot(1);
27
- const jupyterConfig = vscode.workspace.getConfiguration('jupyter', null);
28
- await jupyterConfig.update('alwaysTrustNotebooks', true, true);
29
30
return undefined;
31
});
0 commit comments