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
Currently, there is no way to opt-out of building only the default package in a workspace that specifies default-member in the Nargo.toml
This becomes a problem if trying to build the entire workspace, such as when the LSP needs to provide feedback for a file in a non-default package inside a workspace.
In Cargo, they have the --workspace flag that opts-out of the "default" member and instead runs the command in the entire workspace.
Happy Case
The minimum is that the LSP should have a way to build all packages in a workspace. But it would be even better if a user could also use a --workspace flag to run the command against the entire workspace.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Currently, there is no way to opt-out of building only the default package in a workspace that specifies
default-member
in the Nargo.tomlThis becomes a problem if trying to build the entire workspace, such as when the LSP needs to provide feedback for a file in a non-default package inside a workspace.
In Cargo, they have the
--workspace
flag that opts-out of the "default" member and instead runs the command in the entire workspace.Happy Case
The minimum is that the LSP should have a way to build all packages in a workspace. But it would be even better if a user could also use a
--workspace
flag to run the command against the entire workspace.Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: