Skip to content

ESLint plugin recommends @zed-industries/vscode-langservers-extracted which no longer includes ESLint #62

Description

@gtbuchanan

Summary

The HTML/CSS/ESLint setup instructions recommend installing @zed-industries/vscode-langservers-extracted for the ESLint language server. However, Zed intentionally removed the ESLint server from their fork in zed-industries/vscode-langservers-extracted@d93b048 ("Stop building vscode-eslint").

The @zed-industries/vscode-langservers-extracted@4.10.7 package only ships the vscode-eslint-language-server bin shim (131 bytes) with none of the actual server code — so the ESLint plugin silently fails to start.

Reproduction

npm pack @zed-industries/vscode-langservers-extracted@4.10.7 --dry-run 2>&1 | grep eslint
# Only output: npm notice 131B bin/vscode-eslint-language-server

Compare with the original vscode-langservers-extracted@4.10.0:

npm pack vscode-langservers-extracted@4.10.0 --dry-run 2>&1 | grep -c eslint
# Output: 10 (actual server files)

Suggestion

Update the README and ESLint plugin to recommend the original vscode-langservers-extracted package from hrsh7th, or bundle the ESLint server separately (e.g., directly from vscode-eslint).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions