gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
266 stars 41 forks source link

issue: Copy Jira Key+Summary not working on ubuntu 18.04 #94

Closed probfacile closed 5 years ago

probfacile commented 5 years ago

Describe the issue Copy Jira Key+Summary not working on ubuntu 18.04

To Reproduce Copy Jira Key+Summary and paste it anywhere, the clipboard is empty

  1. Go to 'Jira explorer'
  2. Right Click on 'issue'
  3. Copy Jira Key+Summary
  4. nothing is in clipboard

Expected behavior should put something in clipboard

Desktop (please complete the following information):

Versione: 1.31.1 Commit: 1b8e8302e405050205e69b59abb3559592bb9e60 Data: 2019-02-12T02:19:29.629Z Electron: 3.1.2 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Linux x64 4.15.0-45-generic

Log

gioboa commented 5 years ago

Please, have a look at this closed issue #80

probfacile commented 5 years ago

but vscode button to copy desktop informations just works without anything installed

gioboa commented 5 years ago

I studied VsCode code and I modified the plugin code to use the new clipboard VsCode API. 👍

probfacile commented 5 years ago

In fact i think you got it wrong... must check vscode source to check how do they copy without addons.. you go in vscode help > informations.. click copy button and it works

UPDATE so Microsoft refused to give out that functionality and recommends to use those that require xclip and so on... well i will not use it :)

217. Note that we don't have plan to expose the clipboard in the API but recommend the use of npm modules that do this

gioboa commented 5 years ago

Thanks for your feedback. 👍

gioboa commented 5 years ago

Solved in v 0.15.2