derricck

Results 3 comments of derricck

Its from Tabs Studio, and I'm not 100% sure, ill confirm, but I think in most cases the issue happens is when i have the same file open side-by-side

I just changed the icon, but i figured out that its not really an icon, its a Unicode character: https://github.com/mrlacey/CommentLinks/blob/7c354aeee790101ee5448713da3cbad0104234ec/src/CommentLinkAdornment.cs#L26 I have never worked with any `c#` project before, I...

I modified the trigger word to: ```c# public string TriggerWord { get; set; } = "#"; ``` As it didn't conflict with the regex you've set. My attempt was to...