forked from mono/monodevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
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
KAW0
wants to merge
10,000
commits into
KAW0:master
Choose a base branch
from
mono:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update #1
Conversation
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
Updated reference to mono/debugger-libs@281e01e
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
Fixes VSTS #1021688
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
…oid-threadpool-queue [Debugger] Update VSCodeDebuggerSession Step methods to send requests…
…templates which support it
- 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
High Contrast Icon Fixes
bumped debugger-libs for vsts1026593
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.