leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
345 stars 16 forks source link

[Suggestion] Any plan to support web extension host or remote extension host? #90

Open FourLeafTec opened 1 year ago

FourLeafTec commented 1 year ago

Hello, I am currently using the web version of vscode, like vscode for web and code-server, none of them support local extension host. It seems that blockman relies on local extension host to be used. Is there any plan to support the use of blockman in environments without local extension host?

leodevbro commented 1 year ago

Hello, I'm not sure about remote host, but I worked hard to make Blockman available for web host, seems that getting the tokenizers/parsers for languages have some problems when the environment is web browser. I'll try to continue working on it in the near future.

https://github.com/microsoft/vscode/issues/127055

https://github.com/microsoft/vscode/issues/131062