gioboa / jira-plugin

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

Can't activate extension: cannot find .item/filter-info-item.js #6

Closed diogogeru closed 6 years ago

diogogeru commented 6 years ago

Hi, I was trying to use your extension, but everytime i was trying to setup the credentials with "Jira-plugin: Setup credentials" an alert was saying "command not found". When i was check at developer tools, i've saw that jira-explorer.js was trying to access ".item/filter-info-item.js", but it could not find it because the file was with INFO (in uppercase). The fix was: cd ~/.vscode/extensions/gioboa.jira-plugin-0.5.0/out/src/explorer mv item/filter-INFO-item.js item/filter-info-item.js

Plugin Version: 0.5.0

VSCode details:

Version: 1.25.1
Commit: 1dfc5e557209371715f655691b1235b6b26a06be
Date: 2018-07-11T15:40:20.190Z
Electron: 1.7.12
Chrome: 58.0.3029.110
Node.js: 7.9.0
V8: 5.8.283.38
Architecture: x64

SO details:

Ubuntu 18.04.1 LTS
Window manager: phanteon with gdm3

Here is the pull request: https://github.com/gioboa/jira-plugin/pull/7

gioboa commented 6 years ago

Nice catch 😊👍

gioboa commented 6 years ago

Fixed. In the out folder there ware a lot of wrong/old files. Typescript compilation didn't remove them. Now I create a script form clean the out folder before publish.