Add vscode.dev support
Rainbow CSV is not supported in VSCode for the web, but it seems like at least most of the features (maybe not RBQL?) would work if it were ported. It would be nice to see.
A guide to porting extensions can be found here.
I am actually already working on porting the extension in this branch: https://github.com/mechatroner/vscode_rainbow_csv/tree/webpack The main functionality worked with some minimal changes, and now I am trying to enable JS-based RBQL. Maybe I should release an MVP first and then add additional functionality, IDK. Anyway thanks for creating this ticket, I will post updates here.
So, I just published an MVP without RBQL support, but the main features should work. Please give it a try and let me know if you find any issues. I'll keep this ticket open until I migrate js-based RBQL.
I installed the extension in vscd and this popped up right away:

That being said, the basic functionality seems to be working fine (#4 notwithstanding).
@StevenH237 did you get the error when you installed the extension in the regular vscode or at vscode.dev? I just updated it to 2.0.0 in the regular vscode and I don't have the error.
I got it on vscode.dev.
Got it, thanks! I will play a little to try and reproduce this.