dq
dq
I was hoping for a solution that would work for any SCM - not just git, but I am still working through how it might be solvable. And the VSCode...
I have taken a look at this and before I decide on whether it is worth it I need to understand your use case a bit better. The problem is...
The extension used to use the workspace as the root and there was no need to specify a file at all (life was good!), but I had to modify that...
Hi, I've taken another look at this now and going through the code there are quite a few places that need to calculate the root folder using this variable. It...
Just keep in mind, I don't have a problem with doing the work to make the changes. My only concern is performance. If you do try to do anything, you...
The solution for this has now been pushed to vs marketplace as v1.24.0. Thanks for the PR for this, @thirstyice. D
I will look to get this in over the next couple of days. D
Yep :). I haven't forgotten. D
So, I just fired up VSC to do this and realised that it is already available! Just use `` instead of ``. Regards D
I can't see anything obvious in your setup. However, there is only one place in the extension where `toLocaleUpperCase()` is called, so I have put a conditional statement around that...