DonaldHays / rgbds-vscode

Visual Studio Code language extension for RGBDS GBZ80 Assembly
MIT License
64 stars 9 forks source link

Support VS Code on the web (github.dev) #26

Open Rangi42 opened 4 months ago

Rangi42 commented 4 months ago

See https://code.visualstudio.com/api/extension-guides/web-extensions

DonaldHays commented 4 months ago

This is an interesting idea!

I've only skimmed the reference, and it might not be a huge amount of work to support, but it might be at least somewhat of an effort.

Do you have a particular use case in mind for this? Programming RGBDS involves build tools, which I would think would be unavailable from VSCode for the Web. So I'm concerned that it wouldn't be useful for more than light editing.

Rangi42 commented 4 months ago

rgbds-live can import a project from GitHub for building+testing it. Although even just for syntax highlighting during editing, I think rgbds-vscode would be worthwhile on the web, if it's not too complicated to add support. :)