Skip to content

language: Allow support for ESLint working directories#43677

Merged
smitbarmase merged 11 commits intomainfrom
eslint-working-directories
Nov 28, 2025
Merged

language: Allow support for ESLint working directories#43677
smitbarmase merged 11 commits intomainfrom
eslint-working-directories

Conversation

@smitbarmase
Copy link
Member

@smitbarmase smitbarmase commented Nov 27, 2025

Closes #9648 #9755

Release Notes:

  • Added way to configure ESLint's working directories in settings. For example: {"lsp":{"eslint":{"settings":{"workingDirectories":["./client","./server"]}}}}

smitbarmase and others added 5 commits November 27, 2025 15:58
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 27, 2025
@smitbarmase smitbarmase merged commit 7c967b8 into main Nov 28, 2025
24 checks passed
@smitbarmase smitbarmase deleted the eslint-working-directories branch November 28, 2025 14:10
@osiewicz
Copy link
Member

Nice!
Nit: We should prolly remark in the rel-note that our workingDirectories setting matches VSCode's syntax.

11happy pushed a commit to 11happy/zed that referenced this pull request Dec 1, 2025
…s#43677)

Closes zed-industries#9648 zed-industries#9755

Release Notes:

- Added way to configure ESLint's working directories in settings. For
example:
`{"lsp":{"eslint":{"settings":{"workingDirectories":["./client","./server"]}}}}`

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow configuring ESLint working directories

2 participants