-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short term roadmap #1
Comments
Right now extensions can create SCM source control but there is no way to access current active source control instance. It would be great if we can access them like how to access active text editor, the API can be like export namespace scm {
export let activeSourceControl: SourceControl | undefined;
export const onDidChangeActiveSourceControl: Event<SourceControl | undefined>;
export function createSourceControl(id: string, label: string, rootUri?: Uri): SourceControl;
} |
// @joaomoreno fyi |
@lostintangent Retrieving active source control provider is one solution for our multi-root workspace scenario but we didn't make decisions yet, you can join our discussion in microsoft/vscode#51734 |
Awesome work guys! Can't wait to use this, been following it closely, gonna be a game changer in the productivity department for sure 😄 |
* Remove isTrusted from prComments markdown * Increase version
The text was updated successfully, but these errors were encountered: