-
Notifications
You must be signed in to change notification settings - Fork 29.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
drag&drop a VSIX file on the extensions viewlet #94152
Closed
lszomoru
wants to merge
21
commits into
microsoft:master
from
lszomoru:users/lszomoru/extensions-dnd
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5aada08
Add --state filter to --list-extensions
lszomoru 266a2c2
Basic functionality is working
lszomoru c1441f5
Additional logic to limit drop target to files only
lszomoru 86b7024
Additional check
lszomoru cf71b96
Revert an old commit that is out of scope
lszomoru bca3527
Cleaned up some of the code
lszomoru e99a6cd
Removed code duplication
lszomoru 8f76631
Refresh the installed extensions view
lszomoru b5d6e2f
Use a read-only connection from the CLI
lszomoru 6fc2b3e
Refactored code to be less invasive
lszomoru 403a811
Fixed a regression
lszomoru 186a5d4
Merge remote-tracking branch 'upstream/master'
lszomoru 742d2c3
Add missing file
lszomoru 4a28f0d
Merge branch 'master' into users/lszomoru/extensions-dnd
sandy081 a8bd702
Merge branch 'master' into users/lszomoru/extensions-dnd
lszomoru a48b263
merge upstream
lszomoru dea04bf
Merge branch 'master' into users/lszomoru/extensions-dnd
lszomoru 2426bb2
Revert "Add missing file"
lszomoru b87b64d
Pull request feedback
lszomoru 312e0a8
Use indexOf due to how extensions work on MacOS
lszomoru 05a2de8
Revert changes to storage.ts
lszomoru 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
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
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.
Shall we have drop overlay only on extensions views excluding the search box ?
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.
Based on my conversation with @joaomoreno, we wanted to keep things simple and that is why we are set up the drop target/drop overlay to be the shown on the whole extensions view. If you feel strongly about this, or there is a prior pattern not to show the drop overlay over the search box, I am happy to update it.