Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CSpell work as Web Extension #2542

Closed
wants to merge 3 commits into from

Conversation

peetzweg
Copy link

As described in #1554 does not yet work as a web extension in the web browser version of vscode. I want to drive the effort forward to make it work in the browser.

@peetzweg
Copy link
Author

I made an effort to start development of the web extension.

Extension can be run in a local webversion of vscode with this script:

yarn run open-in-browser

The webversion bundle can be bundled with in the client package.

yarn run build-web

My main issues as of now are that I wasn't able to get the yaml package working in the web version, although it should be browser compatible.

Furthermore the buffer polyfill does not seemed to get picked up properly. Not sure why.

@Jason3S
Copy link
Collaborator

Jason3S commented Feb 24, 2023

@peetzweg,

Thank you for trying to help move this effort forward. I too would like to see it working.

I have been working towards this goal in the streetsidesoftware/cspell repo. The idea is to first get a version of cspell to be able to run in a browser. This isn't easy, but it is progressing.

At the minimum is to get cspell dictionaries to load in a browser.

@peetzweg
Copy link
Author

@Jason3S glad to see that this issue is being worked on. It's such an essential extension. Sad that it's quite complex current state is hindering the easy deployment to a vscode browser version. I'm happy with the most basic feature set possible.

Is there a way to follow the development? I can't seem to find a branch, milestone or tag related to it. 🤔

@Jason3S
Copy link
Collaborator

Jason3S commented Mar 5, 2023

@peetzweg,

I opened a tracking issue: streetsidesoftware/cspell#4279

@Jason3S Jason3S closed this Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants