It would be nice to have a vscode extension setting for which installed rust toolchain should be used for all commands (stable, beta, nightly, a specific nightly, etc). Currently I have one project I'm working on that requires nightly for unstable features, but all of my others don't and I would prefer them to be on stable. It would be nice to have a setting for this so i could set it globally to stable and then override it to nightly in just that one project.