microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
151 stars 95 forks source link

Adding and removing files to source control via plugin always disabled #459

Open Karlovsky120 opened 2 years ago

Karlovsky120 commented 2 years ago

I've managed to install the plugin and connect it to my TFS (15.117.26714.0) server. When I edit files, they are automatically added to active changeset, however, adding and removing files just doesn't work.

In Settings -> Version Control -> Confirmation there are two options: "When files are created" and "When files are deleted". This seems to work some of the time if "Show options before adding/removing to version control" or "Add/Remove silently" are selected, I have failed to see the pattern, it almost never works lately.

When this fails I try to add files to source control manually, but when I right click on the file the option TFVC -> Add is always greyed out. I suspect this has something to do with the above option not working as well.

Is this something that is only broken for me, or is it a general issue?