Open Guusggg opened 2 months ago
Browser log says
plugin-contribution-handler.ts:491 Uncaught (in promise) Error: command 'git.stageSelectedRanges' not found
at Object.execute (plugin-contribution-handler.ts:491:27)
at u.executeCommand (command.ts:341:42)
execute @ plugin-contribution-handler.ts:491
executeCommand @ command.ts:341
Thank you @tsmaeder, I hadn't thought to put a log in there.
Would this be an issue that could be picked up by someone who would be new to contributing to this project? I wouldn't mind taking a stab to see if I can make a fix for this.
Cheers,
Bug Description:
While trying to stage only some lines of a file that has multiple changes throughout, I'm unable to stage only the lines that I've selected. I use this a lot to split out my commits.
Steps to Reproduce:
Additional Information
I'm sorry if this is not the right place, I just really love this project and would like to be able to use it as my main editor.
Thank you to all the contributors for an amazing product!