mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
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:
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user