Skip to content

Commit 1a72f8a

Browse files
committed
rm accidental change
1 parent 4b18caf commit 1a72f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/windows/electron-main/windows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function defaultBrowserWindowOptions(accessor: ServicesAccessor, windowSt
155155
sandbox: true,
156156
// TODO(deepak1556): Should be removed once migration is complete
157157
// https://github.com/microsoft/vscode/issues/239228
158-
// enableDeprecatedPaste: true,
158+
enableDeprecatedPaste: true,
159159
},
160160
experimentalDarkMode: true
161161
};

0 commit comments

Comments
 (0)