gioboa / jira-plugin

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

how to prevent automatically creating of `.vscode/settings.json` file? #181

Closed thilllon closed 1 year ago

thilllon commented 1 year ago

Everytime I make a new project with vscode, this plugin automatically created .vscode/settings.json file with "jira-plugin.workingProject": "". I can't find how to avoid this behavior.

Thanks for your great work! This extension helps me a lot when I am working with Jira.

gioboa commented 1 year ago

Thanks for your feedback. What alternatives do you consider for archiving configurations?

thilllon commented 1 year ago

I hope this extension doesn't do anything when I create a new project, rather than create a settings.json file as it does now. But can't find the proper config for disabling it. image

gioboa commented 1 year ago

Now the plugin creates "jira-plugin.workingProject": "" I will check the codebase to remove this default setting

gioboa commented 1 year ago

Here I created the version 022.3-beta.0, let me know if it solves the issue jira-plugin-0.22.3-beta.0.vsix.zip

thilllon commented 1 year ago

It works. Thanks!