-
Notifications
You must be signed in to change notification settings - Fork 7
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
Investigate new SCM API for better integration #10
Comments
I created a separate extension that uses the new Source Control API. I used some snippets from the official Git SCM and it naturally integrates the same way as Git SCM does. This extension is currently very basic and could be seen as a showcase or a starting point. Note that I am very new to TypeScript :-). This extension can be installed for testing side-by-side with your extension without problems. |
Good job! I'll take a look at you code asap. |
Is this still being developed? |
I'm mostly using git at work now and so I don't actively work on this project anymore. However I'm still here and can help or merge pull requests if needed. |
I already made some changes to work with the new api. So there should be a new version soon. |
I close this issue since the PR about SCM api is now merged |
Visual Studio code introduced a way to integrate SCM other than GIT, we should investigate if it is possible to integrate Clearcase with these new API, however:
References:
microsoft/vscode#15894
microsoft/vscode#15246
The text was updated successfully, but these errors were encountered: