I want to filter files that has been changed in the "file changed" tab
I dont want to see *.test files or *.config or I just want *.ts files but there is no option for this
Hi @Elad B-A and welcome to the community!
I created a feature request in our issue tracker for our product managers to consider:
Please make sure you add your vote to that feature request (by selecting the link Vote for this issue) to increase the chances of this being implemented. You are more than welcome to leave feedback, and you can also add yourself as a watcher (by selecting the link Start watching this issue) if you'd like to be notified via email on updates.
Implementation of new features is done as per our policy here and any updates will be posted in the feature request.
In the meantime, the workaround is to check the diff locally so that you provide arguments to the diff command, e.g. as follows:
git diff main...feature -- **/*.ts
Please feel free to reach out if you have any questions!
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.