-
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
Remove InteractiveWindow #13143
Remove InteractiveWindow #13143
Conversation
c2874a2
to
67cd637
Compare
ETA test failures expected. |
@dotnet/roslyn-infrastructure @jasonmalinowski @shyamnamboodiripad @brettfo @jmarolf Please review, especially VSIX related changes. |
fdba7ac
to
90103c0
Compare
0b21c96
to
d54df11
Compare
@jasonmalinowski @dotnet/roslyn-infrastructure |
"RoslynDependencies.Microsoft.VisualStudio.Text.Internal": { | ||
"version": "14.3.25407", | ||
"suppressParent": "all" | ||
}, |
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.
Is this necessary?
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.
Seems to be. Build fails otherwise
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.
Surprising, but I accept that there are mysteries in the universe... 😄
Perhaps we were embedding the interop types in the InteractiveWindow.
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.
IIRC the InteractiveWindow uses some types from this, so it doesn't surprise me.
@@ -2,7 +2,8 @@ | |||
"dependencies": { | |||
"RoslynDependencies.Microsoft.VisualStudio.ComponentModelHost": "14.3.25407", | |||
"Microsoft.VisualStudio.Editor": "14.3.25407", | |||
"Microsoft.VisualStudio.Shell.14.0": "14.3.25407" | |||
"Microsoft.VisualStudio.Shell.14.0": "14.3.25407", | |||
"Microsoft.VisualStudio.VsInteractiveWindow": "2.0.0-beta5-60820-04" |
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.
nit: looks like indent is off
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.
👍
@@ -29,15 +29,6 @@ | |||
Location="|VisualStudioSetup;VSIXContainerProjectOutputGroup|" | |||
Id="|VisualStudioSetup;VSIXIdentifierProjectOutputGroup|" /> | |||
|
|||
<Dependency d:ProjectName="VisualStudioInteractiveWindow" |
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.
Should this dependency (in some modified form, obviously) have been left?
"RoslynDependencies.Microsoft.VisualStudio.Text.Internal": { | ||
"version": "14.3.25407", | ||
"suppressParent": "all" | ||
}, |
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.
IIRC the InteractiveWindow uses some types from this, so it doesn't surprise me.
Moved to https://github.com/dotnet/interactive-window