foambubble/foam-vscode

Support for code-server (VSCode 1.45.1)

ariez-xyz opened this issue · 2 comments

I've been trying to get Foam to work with code-server on my iPad. code-server is currently on VS Code 1.45.1 due to a bug. Would it be feasible for Foam to add support for VS Code 1.45.1?

@AriezLabs possibly, but it's not a high priority at the moment, and given how much of Foam is actually implemented in our recommended extensions, adding legacy support to all those libraries could be a large undertaking.

If you can help me figure out what would need to be changed, I'd be open to considering it.

@AriezLabs I've just discovered this is just a engine field setting in package.json, and we were not actually relying on any 1.46.0 features.

I've released 0.1.6 with support for this version. Could you test it out and let me know if it works?

For some reason I was under the impression that 1.45.1 was far older vintage, not the previous minor. Apologies.