Skip to content

Commit b8702e6

Browse files
chore: Align code/src/vs/platform/windows/electron-main/windows.ts with upstream
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent dfb5059 commit b8702e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • code/src/vs/platform/windows/electron-main

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ export function defaultBrowserWindowOptions(accessor: ServicesAccessor, windowSt
152152
// Enable experimental css highlight api https://chromestatus.com/feature/5436441440026624
153153
// Refs https://github.com/microsoft/vscode/issues/140098
154154
enableBlinkFeatures: 'HighlightAPI',
155-
sandbox: true
155+
sandbox: true,
156+
// TODO(deepak1556): Should be removed once migration is complete
157+
// https://github.com/microsoft/vscode/issues/239228
158+
enableDeprecatedPaste: true,
156159
},
157160
experimentalDarkMode: true
158161
};

0 commit comments

Comments
 (0)