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
Be sure to run with tracing enabled to capture runtime details in the log file
Include the log file in the PR.
On Windows, the extension log file is at %LOCALAPPDATA%\GitHubUnity\github-unity.log
On macOS, the extension log file is at ~/Library/Logs/GitHubUnity/github-unity.log
On linux, the extension log file is at ~/.local/share/GitHubUnity/github-unity.log
Description
When calling git pull or push, there is only progress events at 0% and 100%. Ideally, there should be some way to expose the cli progress info into the api.
Steps to Reproduce
Start a git pull/push with a `.Progress(p => Debug.Log(p.Percentage))
Observe just 0.0 and 1.0
Expected behavior: More values between 0 and 1
Actual behavior: Only 0 and 1
Reproduces how often: 100%
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Prerequisites
%LOCALAPPDATA%\GitHubUnity\github-unity.log
~/Library/Logs/GitHubUnity/github-unity.log
~/.local/share/GitHubUnity/github-unity.log
Description
When calling git pull or push, there is only progress events at 0% and 100%. Ideally, there should be some way to expose the cli progress info into the api.
Steps to Reproduce
Expected behavior: More values between 0 and 1
Actual behavior: Only 0 and 1
Reproduces how often: 100%
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: