gioboa / jira-plugin

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

feat: Disable warning "Working project isn't set" #142

Closed tfbroner closed 4 years ago

tfbroner commented 4 years ago

At the moment, when VSCode starts, or workspace folder changes, or if I open single file for editing, the plugin will SHOUT OUT LOUD "Working project isn't set", which is quite annoying to be honest. Can we have a setting to disable this please ? 2020-03-03_10h43_24

gioboa commented 4 years ago

Ok, I will check. :+1:

tfbroner commented 4 years ago

Thanks, I had quick look at the code, and while it would be trivial to add option to not show the warning, I don't think it's the right solution. I found out that the connection to the Jira server is being made whenever the plugin is activated, which means everytime the VSCode starts. Wouldn't it be better to do that on the explorer tab activation instead, or at least to make it optional?

gioboa commented 4 years ago

I can remove the message. I thought that it's a normal workflow when you open new project. What do you think?

gioboa commented 4 years ago

Here you can try an alpha version. Please give me feedback. :+1: If all it's ok, I will release a new official version. :smile: jira-plugin-0.19.1-alpha2.zip

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Remove stale label or comment or this will be closed in 5 days. Thank you for your contributions.