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
If you run one of the examples from swift-openapi-generator, vscode is not able to read the types generated by the plugin. The types are visible in ./build/plugins/outputs/<library-name>. However, the compiler builds just fine.
However, Xcode is able to understand the types used.
Describe the bug
If you run one of the examples from swift-openapi-generator, vscode is not able to read the types generated by the plugin. The types are visible in
./build/plugins/outputs/<library-name>
. However, the compiler builds just fine.However, Xcode is able to understand the types used.
To Reproduce
Steps to reproduce the behavior:
swift build
.Client
andAPIProtocol
on mouse hover.Expected behavior
I expect vscode to be able to recognize the generated types.
Environment
The text was updated successfully, but these errors were encountered: