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
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
Remove the "features" property.
Add the new property "buildArgs", which is an array of strings.
This property will be used when any build command is invoked.
Add the new property "checkArgs", which is an array of strings.
This property will be used when any check command is invoked.
Add the new property "clippyArgs", which is an array of strings.
This property will be used when a clippy command is invoked.
Add the new property "runArgs", which is an array of strings.
This property will be used when any run command is invoked.
Add the new property "testArgs", which is an array of strings.
This property will be used when any test command is invoked.
The text was updated successfully, but these errors were encountered: