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
I'm working in a monorepo that has several packages, some of which are Swift projects.
It seems as though sourcekit-lsp is being started from the root of the repo. I do get some completion, but only for standard library imports such as Foundation. Any packages referenced in Package.swift get no completion at all.
If I start Zed from each project directory, it works fine.
The text was updated successfully, but these errors were encountered:
I'm in similar situation, I'm doing some pet projects with swift-godot and I wish to open the zed for the root folder, and internally a folder with the swift packages, but then only the most basic stuff is there (syntax)
I'm working in a monorepo that has several packages, some of which are Swift projects.
It seems as though
sourcekit-lsp
is being started from the root of the repo. I do get some completion, but only for standard library imports such asFoundation
. Any packages referenced inPackage.swift
get no completion at all.If I start Zed from each project directory, it works fine.
The text was updated successfully, but these errors were encountered: