Open samdeane opened 2 months ago
(I realise that this may be a SourceKit issue...)
Yup, this is definitely a SourceKit-LSP issue. I've raised a separate issue with them, but will keep this open so that it can be verified that the fix works in VSCode once available. Thanks for raising this issue!
swiftlang/sourcekit-lsp#1704
Describe the bug
In a Swift Plugin package, vscode-swift/SourceKit is reporting that PackagePlugin doesn't exist.
The package builds fine, so it clearly does exist :)
To Reproduce
Clone
git@github.com:elegantchaos/Versionator.git
check out 187bc4c0e15dadccb5a65b2f71fa0082bd583f81 open package in vscodeExpected behavior
No problems should be reported.
Environment
Additional context Add any other context about the problem here.