Add a snippet for making a new PR (#165)

What it says on the tin. 

I usually keep this in the palette, but I keep also clean building and blowing away my `state.json`

---------

Co-authored-by: Mike Griese <migrie@microsoft.com>
This commit is contained in:
Mike Griese
2024-11-21 06:47:25 -06:00
committed by GitHub
parent cc3f1f9515
commit da314ce4c7

View File

@@ -16,6 +16,11 @@
"input": "for /F \"tokens=2\" %A in ('tasklist ^| findstr Extension') do taskkill /PID %A /F",
"name": "🚨 Terminate extensions 🚨",
"description": "Terminate anything with 'Extension' in the name"
},
{
"input": "start https://github.com/zadjii-msft/PowerToys/compare/main...zadjii-msft:PowerToys:{branch}?expand=1\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D",
"name": "New PR",
"description": "Create a new PR targeting the right fork.\nReplace {branch} with the actual branch you want to merge."
}
]
}