-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a context menu entry to "Open Windows Terminal here" #6100
Merged
Merged
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c67b606
Lets just start by adding a new project
zadjii-msft d2aab9e
I guess this implements a COM interface?
zadjii-msft f314d90
I'm not sure what I did wrong
zadjii-msft f5fdae7
okay yea I missed this
zadjii-msft 1d6b017
my dude it works
zadjii-msft 1851535
Well this works to pop up a cmd window
zadjii-msft 44c7da6
turns out it's real important to restart explorer.exe
zadjii-msft 3c59824
Lots of polish
zadjii-msft 643125f
Use a magic static to compute if this should be the dev build or not
zadjii-msft ad69e3f
cleanup for review
zadjii-msft ccb7160
Good bot
zadjii-msft b2184fb
Merge remote-tracking branch 'origin/master' into dev/migrie/f/shell-…
zadjii-msft bb2713c
do it with WRL, this is dirty but it works
zadjii-msft ae42447
Clean this code up a bit
zadjii-msft 5b75378
Clean up, add comments, remove audit mode
zadjii-msft 753fcb3
pr nits, spellcheck
zadjii-msft 790f679
good bot
zadjii-msft 380ccc5
pls mr bot, love me
zadjii-msft f54c7f6
Merge branch 'master' into dev/migrie/f/shell-extension
zadjii-msft 4850d0e
pr nits
zadjii-msft 11e9d60
What? No, I didn't just change the GUID to make spellchack happy. Tha…
zadjii-msft b43f6b2
constexpr for carlos, and pls bot, pls
zadjii-msft 0edda7f
Welp, I missed this manifest somehow
zadjii-msft 5a0766c
Merge remote-tracking branch 'origin/master' into dev/migrie/f/shell-…
zadjii-msft d5dcc37
Maybe this will fix the build?
zadjii-msft a42c340
I really don't understand why this was here at all
zadjii-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ mfcribbon | |
microsoft | ||
microsoftonline | ||
osgvsowi | ||
powerrename | ||
powershell | ||
tdbuildteamid | ||
vcruntime | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ www | |
ecma | ||
rapidtables | ||
WCAG | ||
winui | ||
appshellintegration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miniksa @DHowett Okay, how did I mess this up? I thought this was how you un-include a project from audit mode? I really don't think I had anything to do with this error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, maybe the U8U16Test error isn't from this PR - I just checked out master and that can't build it in release either, but I've filed #6220 for this