daveoftheparty / speedy-moq

Generate boilerplate code for Moq in C#
MIT License
1 stars 0 forks source link

feat: added constant file for client #8

Closed Snackeroo closed 3 years ago

Snackeroo commented 3 years ago

-- Minor Added the constant file for client

daveoftheparty commented 3 years ago

I made a mistake that you unfortunately have to pay for.

Please resubmit this without the change to package.json

Because rebase, cherry-pick, commit --amend (and also filter-<repo | branch>) all rewrite git history, you may have to reset your branch, stash your changes, create a new branch from main and then apply your stashes to accomplish this.

When you do your new PR, could you go ahead and add package.json to the root .gitignore as well?

Sorry for the trouble, I'm completely ignorant of java/typescript. I did learn yesterday that if you start with a clean clone or you've performed a cleanup on your local machine that running npm ci to prep the extension for running in vscode instead of npm i will prevent package.json from being updated.