Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't copy any text from extensions pages #69315

Closed
roostercrab opened this issue Feb 24, 2019 · 18 comments
Closed

Can't copy any text from extensions pages #69315

roostercrab opened this issue Feb 24, 2019 · 18 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions help wanted Issues identified as good community contribution opportunities webview Webview issues
Milestone

Comments

@roostercrab
Copy link

Issue Type: Bug

go to any extensions page and try to copy any text from there.

VS Code version: Code 1.31.1 (1b8e830, 2019-02-12T02:16:38.656Z)
OS version: Darwin x64 18.2.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (8 x 2200)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 16.00GB (5.33GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (32)
Extension Author (truncated) Version
monokai-charcoal-high-contrast 74t 1.0.6
Happy-Flasker ape 0.0.6
All-Autocomplete Ati 0.0.18
vscode-django bat 0.19.0
django-html bib 1.3.0
lit-html bie 1.11.0
htmltagwrap bra 0.0.7
copy-on-select din 0.0.6
eppz-code epp 1.2.41
vscode-toggle-column-selection eri 1.0.3
auto-close-tag for 0.5.6
code-runner for 0.9.7
pgsql-html hub 0.0.7
path-autocomplete ion 1.13.1
theme-karyfoundation-themes kar 18.2.1
vscode-smart-column-indenter lmc 0.0.13
anaconda-extension-pack ms- 1.0.1
python ms- 2019.1.0
leaper Onl 0.5.3
color-tabs-vscode-ext ore 0.4.6
ruby reb 0.22.1
vscode-yaml red 0.3.0
vscode-icons rob 8.2.0
git-merger sha 0.4.1
django-intellisense sha 0.0.2
bunker sld 1.1.6
rewrap stk 1.9.1
vscode-djaneiro the 1.4.2
highlight-matching-tag vin 0.8.6
rainbow-tags vol 0.0.3
html-snippets wge 0.1.5
toolbox Yeh 1.0.8

(46 theme extensions excluded)

@vscodebot vscodebot bot added the extensions Issues concerning extensions label Feb 24, 2019
@Almenon
Copy link

Almenon commented Feb 24, 2019

AREPL for python

AREPL automatically evaluates python code in real-time as you type

real-time python scratchpad

I'm able to copy text. What part specifically are you having trouble copying?

@roostercrab
Copy link
Author

roostercrab commented Feb 25, 2019 via email

@sandy081 sandy081 assigned mjbvz and unassigned sandy081 Feb 25, 2019
@sandy081
Copy link
Member

Looks like the user is trying to copy text from the web view.

@sandy081 sandy081 added webview Webview issues and removed extensions Issues concerning extensions labels Feb 25, 2019
@roostercrab
Copy link
Author

roostercrab commented Feb 25, 2019 via email

@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities extensions Issues concerning extensions labels Feb 26, 2019
@jpenna
Copy link

jpenna commented Mar 1, 2019

There are some configurations for the extensions that I would like to copy, but the text is not "copiable". I would like this feature too.

screen shot 2019-03-01 at 4 20 09 pm

@roostercrab
Copy link
Author

jpenna, in the interim time you can copy the text with the copy option from the Edit drop-down menu I found.

@Daniel-McCarthy
Copy link
Contributor

I was not able to reproduce this on version 1.33.1 with Linux x64 4.15.0-47.
Is this still an active issue?

I was able to copy the shown text from VS Code with Ctrl+C.

{
    "phpcs.ignorePatterns": [
        "*/ignored-file.php",
        "*/ignored-dir/*"
    ]
}

@roostercrab
Copy link
Author

roostercrab commented Apr 16, 2019 via email

@Daniel-McCarthy
Copy link
Contributor

Yes, I tested by copying from the extension page in VSCode as was shown in an above comment.

It seems this effects some people differently. Fair enough, thanks for letting me know!

@roostercrab
Copy link
Author

roostercrab commented Apr 17, 2019 via email

@Luxcium
Copy link

Luxcium commented May 15, 2019

I am so happy that this is still open I find it so annoying as I always have to open the extension page in a web browser to copy/paste this might be a problem only for Mac users and since it’s not the biggest problem of them all I was scared that no one will ever want to put the effort to find the solution because all other important features and backlog I assume you guys have ... Since I have no idea what might be a good place to start investigate for a solution I think we will have to rely on you ho! Great Lord Maintainer !!!

@askhogan
Copy link

askhogan commented Jul 4, 2019

This is an issue for me. I am on Mac OSX Mojave 10.14.5. It is quite annoying bc when you install an extension and attempt to configure it, you can't copy the example config options. You forget about the issue on instinct bc it seems this is the only place this happens. So you have to do double work.

It appears this is an open Electron bug: electron/electron#15219

My workarounds are:

  1. Open the extension in my web browser by going to VS Code Marketplace
  2. Open the default settings for VS Code - once you install an extension - the VS Code default settings will have the extensions settings listed.
  3. Use edit copy from the menu

@bsmith-cycorp
Copy link

bsmith-cycorp commented Jul 12, 2019

I too am having this problem. I'm also on MacOS Mojave. VSCode is 1.36.1. The Edit menu shortcut did work for me, thankfully; even right-clicking wasn't working in this context. Super annoying, as extensions frequently include example configurations on their pages that are desirable to copy-and-paste.

@m-thomson
Copy link

I'm seeing the same problem here on Mojave and VSCode version 1.36.1

I just made the switch from WebStorm and encountered this issue setting up my very first project.

Not a good look. I mean... someone had to actively disable the default system functionality of CMD+C for this to happen. And then go through the trouble of also disabling right click. Obnoxious.

Breaking core OS functionality is not cool.

@shoaibsharif
Copy link

any solution yet? I still have the same problem. I'm on Mojave and VSCode 1.380. Before reading this issue, I figured out that I can copy from Edit > Copy that I had to every time I want to copy from the extension page. Very annoying.

VSCode Summary Version: 1.38.0
Commit: 3db7e09
Date: 2019-09-03T21:47:00.464Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.7.0

@mjbvz mjbvz added this to the Backlog milestone Oct 23, 2019
@mjbvz
Copy link
Contributor

mjbvz commented Oct 23, 2019

Would be fixed by #83188

@mjbvz
Copy link
Contributor

mjbvz commented Oct 24, 2019

Actually already tracked by #65452

@mjbvz mjbvz closed this as completed Oct 24, 2019
@vbabak
Copy link

vbabak commented Dec 2, 2019

Can confirm for macOS the only option is using menu "Edit" -> "Copy".
No right click or cmd+c/ctrl+c available.

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions help wanted Issues identified as good community contribution opportunities webview Webview issues
Projects
None yet
Development

No branches or pull requests