Skip to content
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

Update #1

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Update #1

wants to merge 10,000 commits into from

Conversation

KAW0
Copy link
Owner

@KAW0 KAW0 commented May 27, 2018

No description provided.

slluis and others added 30 commits December 12, 2019 09:01
When a message dialog is shown, we try to get the currently focused
top level window if no parent is provided. This is done by the
GetFocusedTopLevelWindow() method that is implemented in MacPlatform.
This method should not return auto-hide pads as top level windows,
and there is a check for that, but the check doesn't work when
the auto-hide pad is implemented with Cocoa, since the pad may have
the Cocoa focus but not the GTK focus. It may happen then that an
auto-hide pad is used for parenting a message dialog, and if the
pad is auto-hidden, the modal dialog will also be hidden and
will block the whole IDE. The patch adds an additional check to
the condition for detecting if a top level is focused or not.

Fixes bug #1027840
- For linked files only provide "Remove" (bound with cmd + delete shortcut)

Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1026629/
Remove blank entry from Scaffolder Model dropdown
Fix dialog parenting issue
Removes errors for System.Net.Http.Primitives and Google.Apis.Core.
This is required for https://github.com/xamarin/md-addins/pull/6097
Don't select Scaffolder dropdown lists to first item
…nked-files

[IDE] Remove linked files from project
Updates CompatBaseline for Archive Publishing fix
Sync vs-editor-api and adopt code to changes
1. update the version of VSCodeDebugProtocol used
2. Update the exception request during Lauch and Attach to catch the unhandled exception as a "stopped" event
3. While handling exception, throw exception regardless of whether a breakpoint exists or not
4. In `DebuggingService`, when `NotifyCallStackChanged()` is called when conditions satisfied, subsequent calls will occur: `OnStackChanged()` -> `SetSourceCodeFrame()` -> `NotifyCurrentFrameChanged()`. Therefore adding `noNeedUpdateFrame` to prevent duplicate calls to `OnFrameChanged`

Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1000552
sgmunn and others added 28 commits January 23, 2020 10:15
…oid-threadpool-queue

[Debugger] Update VSCodeDebuggerSession Step methods to send requests…
- Fix up formatting
- Move from IList to IReadOnlyList where appropriate
Fix issue with Web API template where NoAuth is only supported option
[Ide] Dynamically add ~contrast~dark~sel resource mappings
…etCore

Enable authentication support in New Project Creation Wizard for AspNetCore projects
* project
* project-console
* project-crossplatform-pcl
* project-crossplatform-shared
* project-gui
* project-library
* project-package
* project-test
* solution
* workspace
Deduplicating project-32 (and similarly named) icons (previously resulted in wrong icons used, picked from New Project Dialog).
Previously resulted in wrong icons used, picked from New Project Dialog.
New Project Dialog now displays blue project base icons.
Previously resulted in wrong icons used, picked from New Project Dialog.
New Project Dialog now displays blue project base icons.
Previously resulted in wrong icons used, picked from New Project Dialog.
New Project Dialog now displays blue project base icons.
Previously resulted in wrong icons used, picked from New Project Dialog.
New Project Dialog now displays blue project base icons.
…cons

Previously resulted in wrong icons used, picked from New Project Dialog.
New Project Dialog now displays blue project base icons.
Fixes #1055892: Ignored Tests look like failures (due to warning color)
Update fallback feed to match live feed
bumped debugger-libs for vsts1026593
@akoeplinger akoeplinger deleted the branch KAW0:master March 15, 2021 17:04
@akoeplinger akoeplinger deleted the master branch March 15, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.