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
In sourcekit-lsp we want to get the compiler arguments for a source file generated by a build plugin but we definitely don’t want to run the build plugin ourselves (as we don’t have a background build in sourcekit-lsp). So, there would need to be some way by which we can get the compiler arguments for those generated files without actually running the build plugin.
rdar://112122871
The text was updated successfully, but these errors were encountered:
In sourcekit-lsp we want to get the compiler arguments for a source file generated by a build plugin but we definitely don’t want to run the build plugin ourselves (as we don’t have a background build in sourcekit-lsp). So, there would need to be some way by which we can get the compiler arguments for those generated files without actually running the build plugin.
rdar://112122871
The text was updated successfully, but these errors were encountered: