You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backend folder include rails app
I run zed from repo-name folder and expect that ruby extension detects Gemfile file and will start ruby-lsp/solargraph/rubocop inside backend/ folder not root folder but it starts lsp from root and creates .ruby-lsp folder in root folder
Hello! AFAIK this is not currently possible but there is a related discussion about extending the Extension API to support running multiple LSPs in different directories - zed-industries/zed#21990
You might be able to work around this by adding project folders from the monorepo as separate folders to your workspace.
I have repo with structure
backend folder include rails app
![screenshot-2024-11-29-07-33-39](https://private-user-images.githubusercontent.com/12072329/391001395-10ec198c-f76e-4d67-9147-05686fbe1a83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODIzMDMsIm5iZiI6MTczODk4MjAwMywicGF0aCI6Ii8xMjA3MjMyOS8zOTEwMDEzOTUtMTBlYzE5OGMtZjc2ZS00ZDY3LTkxNDctMDU2ODZmYmUxYTgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAyMzMyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyZWY3ZjYyNzgwYzdjOTBkNTRhYzA1N2Q1Mzc1MDkzN2MyNGNmYjI2ODQ2Y2FmMjA3ZjA3NDFkN2FiM2Q5NjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9ZVqSZiLwvfgDOgZPOKYRC-CauUlbKnZ_To3HsU2DjU)
I run zed from
repo-name
folder and expect that ruby extension detects Gemfile file and will start ruby-lsp/solargraph/rubocop inside backend/ folder not root folder but it starts lsp from root and creates .ruby-lsp folder in root folder.zed/settings.json file
The text was updated successfully, but these errors were encountered: