We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb8fcaa + c07dd1b commit 294c715Copy full SHA for 294c715
src/instantiate.ts
@@ -60,7 +60,6 @@ export async function safeDisconnect(): Promise<boolean> {
60
export async function loadAllofExtension(context: vscode.ExtensionContext) {
61
// No connection when the extension is first activated
62
vscode.commands.executeCommand(`setContext`, `code-for-ibmi:connected`, false);
63
- vscode.workspace.getConfiguration().update(`workbench.editor.enablePreview`, false, true);
64
65
instance = new Instance(context);
66
context.subscriptions.push(
0 commit comments