Jarod
Jarod
Was this ever resolved?
When you save the completion script, go in and change the `$command` variable to the below: ```diff $command = @( 'volta' for ($i = 1; $i -lt $commandElements.Count; $i++) {...
A few months on and I hit this exact problem. Dug through the Rusty code to figure out what the heck was happening, only to realise that Node still takes...
Love the work! Hopefully it gets merged soon. I think a longer term solution (and more maintainable one) would be to add a `.btn` class to all of the buttons...
I think this is excellent work! But I also think it's better off as an extension of its own, and maybe pushed toward the VSCode team.
I wouldn't be surprised if this gets marked as a "Won't Fix". CVE Details has gone to a paid model, and for the low low price of [$1500 per month...
JSON Block "todo-tree.general.tags": [ "FIXME", "FUCK", "BUG", "HACK", "TODO", "MAYBE", "[ ]", "[x]" ], "todo-tree.general.tagGroups": { "FIXME": [ "FIXME", "FUCK", ] }, "todo-tree.highlights.defaultHighlight": { "opacity": 100, "fontWeight": "normal", "fontStyle": "italic",...
Coming back to this ages later, but maybe it's because space is matching all (including newlines), even though I have `todo-tree.regex.enableMultiLine` turned off? Here's my regex: `"todo-tree.regex.regex": "(^\\s*?)?(//|#|
Well written! This is also a dream of mine, but unfortunately without any clout to back to you and having no other way to source an income, this would become...
Bump - Would love to see this implemented! π