Open abhi12299 opened 2 months ago
Thanks Abhi. Maybe try running the Show Git Output
command (cmd+shift+P) and see if there are any errors there?
Sure, will report back. Also, a side note: the development setup is a bit confusing right now. I raised a PR earlier, which I had to close because I went on a tangent trying to set up melty. I'm working on improving the DX and write some simple documentation for local setup. Will raise a PR soon, with the correct setup hopefully 🤞
Also, if there's a feature list to work on, or a roadmap for the upcoming features, it would be easier for potential contributors to pick and work on them.
Issue
When working with melty, the git extension is unable to execute commands.
Reproduction steps:
Create a nodejs script to print hello world to console
modify the script to output hello world 10 times
Committing user changes
text shows up on the UI, notice the logs and you'll see it failing.I tried copying the latest git extension from https://github.com/microsoft/vscode/tree/main/extensions/git but it is also not working (there were typescript issues with the extension and even after adding
ts-nocheck
, it still fails because some internal function definitions required by the extension are missing)Logs: