Skip to content

Commit 294c715

Browse files
authored
Merge pull request #2694 from codefori/feature/leavePreviewModeOn
Do not modify `workbench.editor.enablePreview` status on startup
2 parents bb8fcaa + c07dd1b commit 294c715

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)