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/explorermv item/filter-INFO-item.js item/filter-info-item.js
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.
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:
SO details:
Here is the pull request: https://github.com/gioboa/jira-plugin/pull/7