James Deucker
James Deucker
further, it would be nice to be able to specify it as a column in the inventory
My usecase for this is Dash/Zeal/Velocity offline docs. It just renders from file URLs, but has a per-install random string at the start of the URI to separate each docset....
Because I wanted something quick and easy that helps at least highlight relations I hacked this up: ```sh #!/bin/bash set -e for f in diagrams/*/*.svg do echo "fixing $f" sed...
my fix for this (in a related language) is bitwisecook/vscode-iRule@d327e9d
ported it at https://github.com/bitwisecook/vscode-tcl/commit/e7d5167a570284f77008ca5838191430b551cafb
I might look at doing this next time I do some maintenance work on the repo, but this is definitely hobby territory and life is very busy right now
just took a look at it, it looks like a bit of a faff to do, you can always download the vsix from the releases here. I'll leave this open...
@juliannoble if you want to be a maintainer to do the publishing to vscodium, i'm more than happy to add you to the repo so you can.
Thank you, this one will take a bit of cogitation.
Probably, I don't really feel like digging into it myself, I'd be happy to code it if someone can point to a nice simple example in another extension that shows...