-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add Visual Studio 2015 support #120
Comments
Sorry. The "Pending changes" window is working in Visual Studio 2015. I created a merge request to add support for Visual Studio 2015: |
Update: when I open "Pending changes" window, sometimes I get an error message. ActivityLog.xml:
|
I think what you are seeing has to do with the feature "CodeLens indicators for all types of files": The editor might be trying to put that information in the text view that appears in the pending changes window. |
I added the following code to "source.extension.vsixmanifest"
I compiled it and I installed "GitSccProvider.vsix" into Visual Studio 2015 RC.
=> The extension is partially working:
Do you know how to fix the problem? Do you plan to support Visual Studio 2015?
Thank you.
The text was updated successfully, but these errors were encountered: