-
Notifications
You must be signed in to change notification settings - Fork 347
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
Support for VS Code for Web #1366
Comments
This will be hard to achieve. |
Definitely something that would be super cool to have. |
From the Learn Way link above:
I wonder if this extension could be adjusted to only execute on the currently opened file(s) on the web? There's also a web extension authors guide that may be useful for implementation(s). |
Here is my idea for implementing this:
|
Should be possible, atleast for the current active file
https://github.com/eslint/eslint/blob/main/docs/src/integrate/nodejs-api.md#linter |
Also they have a demo running in the browser https://eslint.org/play/ |
I have a limited, but very functional within those limits, web version of this extension that's deployed in the wild. It doesn't support all plugins & parse options, but does have typescript and core ESLint rule support out of the box. I'm interested in collaborating on expanding that. |
The 'ESLint' extension is not available in Visual Studio Code for the Web.
https://vscode.dev
Learn Why https://code.visualstudio.com/docs/editor/vscode-web#_extensions
The text was updated successfully, but these errors were encountered: