alefragnani / vscode-jenkins-status

Jenkins Status Extension for Visual Studio Code
MIT License
27 stars 20 forks source link

Add possibility to keep .jenkins in .vscode project folder #28

Closed yh-sb closed 5 years ago

yh-sb commented 5 years ago

Since .vscode folder is common place to keep different settings related to project, it would be useful to keep .jenkins file into .vscode folder. More common way.

Could you please add this possibility? (for example check .vscode folder for .jenkins file firstly, after that check root of current project for .jenkins file).

alefragnani commented 5 years ago

Hi @r44083 ,

Yes, there is a similar request (#9). I will try to merge all ideas to handle both scenarios.

Hope this helps