-
Notifications
You must be signed in to change notification settings - Fork 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
Merge main to main-vs-deps #54405
Merge main to main-vs-deps #54405
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1e33c08 - Browse repository at this point
Copy the full SHA 1e33c08View commit details -
Update src/VisualStudio/Core/Def/ValueTracking/TreeItemViewModel.cs
Co-authored-by: David Wengier <david.wengier@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 87b57a5 - Browse repository at this point
Copy the full SHA 87b57a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cdb28 - Browse repository at this point
Copy the full SHA 57cdb28View commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 897d2c4 - Browse repository at this point
Copy the full SHA 897d2c4View commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07601c1 - Browse repository at this point
Copy the full SHA 07601c1View commit details -
Merge branch 'feature/value_tracking_tree_navigation' of https://www.…
…github.com/ryzngard/roslyn into feature/value_tracking_tree_navigation
Configuration menu - View commit details
-
Copy full SHA for 53e848b - Browse repository at this point
Copy the full SHA 53e848bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c771a - Browse repository at this point
Copy the full SHA 72c771aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a453c7 - Browse repository at this point
Copy the full SHA 4a453c7View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7cdaaad - Browse repository at this point
Copy the full SHA 7cdaaadView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdbede7 - Browse repository at this point
Copy the full SHA cdbede7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d105390 - Browse repository at this point
Copy the full SHA d105390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cefe1 - Browse repository at this point
Copy the full SHA 65cefe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21dd1a3 - Browse repository at this point
Copy the full SHA 21dd1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987a5c3 - Browse repository at this point
Copy the full SHA 987a5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93d06a - Browse repository at this point
Copy the full SHA c93d06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 380572b - Browse repository at this point
Copy the full SHA 380572bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f684737 - Browse repository at this point
Copy the full SHA f684737View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ff0f7 - Browse repository at this point
Copy the full SHA f6ff0f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a45ed - Browse repository at this point
Copy the full SHA c7a45edView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c3567 - Browse repository at this point
Copy the full SHA a8c3567View commit details -
Merge pull request #54382 from CyrusNajmabadi/progression
Speed up progression searches by using the navigate-to index
Configuration menu - View commit details
-
Copy full SHA for eb02555 - Browse repository at this point
Copy the full SHA eb02555View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e26b0 - Browse repository at this point
Copy the full SHA b3e26b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60d86a - Browse repository at this point
Copy the full SHA e60d86aView commit details -
Merge pull request #54163 from ryzngard/feature/value_tracking_tree_n…
…avigation Value tracking originally used the standard WPF navigation pattern. This would also navigate to the source line based on selection. This improves the design by manually handling keyboard navigation for most cases. By default, if an item is selected it no longer navigates to source. There are conditions where this is different: | Shortcut | Expand Behavior | Navigates To Source | Previous or Next | | --------- | ---------------- | ---------------------- | --------------------- | | Arrow Down | False | True| Next | | Arrow Up | False | True| Next | | Arrow Left | Collapse Only | False | Neither | | Arrow Right | Expand Only | False | Neither | | Space | Toggle | False | Neither | | Enter | False | True | Neither | | F8 | Expand Only | True | Next | | Shift + F8 | False | True | Previous | | Click | False | True| Neither | | Double Click | False | True | Neither |
Configuration menu - View commit details
-
Copy full SHA for ee996f2 - Browse repository at this point
Copy the full SHA ee996f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9212aee - Browse repository at this point
Copy the full SHA 9212aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39dd19d - Browse repository at this point
Copy the full SHA 39dd19dView commit details -
Add IVT for UnitTestingHostReloadService (#54366)
Co-authored-by: David Wengier <david.wengier@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2384855 - Browse repository at this point
Copy the full SHA 2384855View commit details -
Merge pull request #54402 from CyrusNajmabadi/progrssionCancellation
Thread cancellation tokens through progression in more places.
Configuration menu - View commit details
-
Copy full SHA for da30d23 - Browse repository at this point
Copy the full SHA da30d23View commit details