Skip to content

Commit c07dd1b

Browse files
committed
Leave workbench.editor.enablePreview on
Signed-off-by: Seb Julliand <[email protected]>
1 parent 0a26018 commit c07dd1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/instantiate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export async function safeDisconnect(): Promise<boolean> {
6060
export async function loadAllofExtension(context: vscode.ExtensionContext) {
6161
// No connection when the extension is first activated
6262
vscode.commands.executeCommand(`setContext`, `code-for-ibmi:connected`, false);
63-
vscode.workspace.getConfiguration().update(`workbench.editor.enablePreview`, false, true);
6463

6564
instance = new Instance(context);
6665
context.subscriptions.push(

0 commit comments

Comments
 (0)