-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 master into privateProtected branch #22071
Merged
Merged
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
We were not generating a cached completion item rule for a non-preselected item in a tuple context that was also an alias context Fixes dotnet#22002
Stop swallowing JTF exceptions
Fix completion crash in tuple in alias
Previously, we supported a light-up ability where we would use the appropriate completion APIs for Dev14 or Dev15 depending upon which version of Visual Studio we were targeting. We no longer support such a configuration, so we can flatten all the code and indirection back down.
Previously, we supported a light-up ability where we would use the appropriate Navigate To APIs for Dev14 or Dev15 depending upon which version of Visual Studio we were targeting. We no longer support such a configuration, so we can flatten all the code and indirection back down.
These helpers allowed us to do lightup between Dev14 and Dev15 for some features. We no longer support Dev14, so that is unnecessary.
This lived in EditorFeatures.Next since it depended on Dev15 features, but EditorFeatures is now Dev15 only so we can move this.
…udio We don't need the split anymore now that we're only supporting Dev15. Unfortunately this required the introduction of a NuGet package that has a namespace "Workspace" to our VS project, which meant I had to disambiguate Workspace wherever it's used in that layer. I considered doing an extern alias instead to disambiguate, but applying that to a ProjectReference isn't supported. That's tracked by NuGet/Home#4989.
…ioSetup This transfers all the VSIX contents of VisualStudioSetup.Next back to VisualStudioSetup, making VisualStudioSetup a Dev15 VSIX again.
Fix up .gitattributes to clone .sh files with LF
* Remove context (enclosing type name) from C# parser. * Add a test demonstrating that unicode escapes are significant to determining if a method is a ctor. This is a prerequisite to dotnet#367
…jects Delete .Next projects
test ubuntu_14_debug_prtest please |
test windows_release_unit64_prtest please |
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.