Vscode: Ctrl+C/Ctrl+V doesn't work in Explorer after Electron 8 update in Insiders builds

Created on 23 Jun 2020  路  11Comments  路  Source: microsoft/vscode

Issue Type: Bug

This is basically #98425 but I haven't found any open tracking issues.

Steps to reproduce:

  1. Select file in Explorer (e.g. filename.ext)
  2. Press Ctrl+C and then Ctrl+V
  3. Nothing happens

Expected result: filename copy.ext is created

/cc @bpasero @deepak1556

VS Code version: Code - Insiders 1.47.0-insider (269f0fdd83f1e6611dd0c6d225a1685719eafedb, 2020-06-22T05:53:42.894Z)
OS version: Windows_NT x64 10.0.18363


System Info

|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (12 x 3192)|
|GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
webgl: enabled
webgl2: enabled|
|Load (avg)|undefined|
|Memory (System)|31.72GB (20.02GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|

Extensions: none

bug electron-9-update fixed-in-electron-9 insiders-released regression verified

Most helpful comment

still error vscode 1.48.0-insider can't copy paste with remote wsl

All 11 comments

Thanks @IllusionMH

I can reproduce with bare Electron and this looks like an Electron 8 bug @deepak1556

https://github.com/electron/electron/issues/24253

This also reproduces using the mouse context menu: so the entire copy/paste flow is broken.

It looks like a fix for the electron bug was merged into all the relevant branches (8.x, 9.x, and 10.x) about 8 days ago. Hopefully a new release will come soon.

But last Electron release was 9 days ago, so fix should be only in the next build.

But last Electron release was 9 days ago, so fix should be only in the next build.

Yeah, I know. I meant hopefully a new Electron release will be out soon.

still error vscode 1.48.0-insider can't copy paste with remote wsl

Looks like we'll have to wait for Electron to upgrade to 9.1.1

Should be fixed in latest insiders, please check. Thanks!

Thanks! Works as expected in:
Version: 1.49.0-insider (user setup)
Commit: 6384e3246884694cbc34eacc70281ada15e2c7f2
Date: 2020-08-28T16:02:44.602Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.18363

Thanks for letting us know, adding verified label.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ryan-wong picture ryan-wong  路  3Comments

curtw picture curtw  路  3Comments

villiv picture villiv  路  3Comments

philipgiuliani picture philipgiuliani  路  3Comments

chrisdias picture chrisdias  路  3Comments