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 I need to open some .rs file to access Cargo build commands from Sublime despite of I already have Cargo.toml file opened.
Quick search pointed me to the selector property of build description. Is it possible to place 2 selectors there, like source.rust|source.toml?
Currently as a workaround I copied Cargo.sublime-build as CargoToml.sublime-build with source.toml selector in there, because it seems that "Build System -> Cargo" command is global-wide in Sublime, not syntax-specific.