Skip to content

Stop generating InteractiveComponents VSIX#43208

Merged
tmat merged 4 commits intodotnet:masterfrom
tmat:InteractiveComponentsVSIX
Apr 9, 2020
Merged

Stop generating InteractiveComponents VSIX#43208
tmat merged 4 commits intodotnet:masterfrom
tmat:InteractiveComponentsVSIX

Conversation

@tmat
Copy link
Copy Markdown
Member

@tmat tmat commented Apr 8, 2020

Fixes #34002

@tmat tmat requested a review from a team as a code owner April 8, 2020 22:57
@tmat
Copy link
Copy Markdown
Member Author

tmat commented Apr 8, 2020

@CyrusNajmabadi FYI

@tmat tmat requested a review from a team as a code owner April 9, 2020 16:33
@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

CyrusNajmabadi commented Apr 9, 2020

Would love to get this in asap. It makes f5 debugging such a PITA. :)

@tmat tmat merged commit 15180d4 into dotnet:master Apr 9, 2020
@ghost ghost added this to the Next milestone Apr 9, 2020
@tmat
Copy link
Copy Markdown
Member Author

tmat commented Apr 9, 2020

@CyrusNajmabadi

Would love to get this in asap.

Your wish is granted. :)

@tmat tmat deleted the InteractiveComponentsVSIX branch April 9, 2020 19:00
@sharwell sharwell modified the milestones: Next, temp, 16.7.P1 Apr 28, 2020
kzu added a commit to kzu/roslyn that referenced this pull request Jun 14, 2020
Given we stopped generating the InteractiveComponents VSIX
since dotnet#43208, we should not try to include it in the deployment
VSIX either, since this then fails to install because of the
missing payload.
@kzu
Copy link
Copy Markdown
Contributor

kzu commented Jun 14, 2020

This broke the RoslynDeployment.vsix since now there's a dependency that's missing... I'm guessing testing feature branches using that isn't very popular ;).

Fixed in #45159 .

kzu added a commit to kzu/roslyn that referenced this pull request Jun 15, 2020
This makes it more straightforward to stay up to date after an
initial install of a dogfooding VSIX. This works in conjuction
with the new VSIX feeds per feature branch, and removes the
need to manually configure a private VS gallery feed.

This works even when the VSIX is built locally, since a static
pkgdef can be referenced in the VSIX manifest even if it's not
present in the VSIX, in which case it will just be ignored.

The MoreInfo and ReleaseNotes URLs are provided to point to
the source commit and a comparison log for the branch too.

Also, given we stopped generating the InteractiveComponents VSIX
since dotnet#43208, we should not try to include it in the deployment
VSIX either, since this then fails to install because of the
missing payload.
kzu added a commit to kzu/roslyn that referenced this pull request Jun 15, 2020
Given we stopped generating the InteractiveComponents VSIX
since dotnet#43208, we should not try to include it in the deployment
VSIX either, since this then fails to install because of the
missing payload.
kzu added a commit to kzu/roslyn that referenced this pull request Jun 15, 2020
This makes it more straightforward to stay up to date after an
initial install of a dogfooding VSIX. This works in conjuction
with the new VSIX feeds per feature branch, and removes the
need to manually configure a private VS gallery feed.

This works even when the VSIX is built locally, since a static
pkgdef can be referenced in the VSIX manifest even if it's not
present in the VSIX, in which case it will just be ignored.

The MoreInfo and ReleaseNotes URLs are provided to point to
the source commit and a comparison log for the branch too.

Also, given we stopped generating the InteractiveComponents VSIX
since dotnet#43208, we should not try to include it in the deployment
VSIX either, since this then fails to install because of the
missing payload.
kzu added a commit to kzu/roslyn that referenced this pull request Jun 15, 2020
This makes it more straightforward to stay up to date after an
initial install of a dogfooding VSIX. This works in conjuction
with the new VSIX feeds per feature branch, and removes the
need to manually configure a private VS gallery feed.

This works even when the VSIX is built locally, since a static
pkgdef can be referenced in the VSIX manifest even if it's not
present in the VSIX, in which case it will just be ignored.

The MoreInfo and ReleaseNotes URLs are provided to point to
the source commit and a comparison log for the branch too.

Also, given we stopped generating the InteractiveComponents VSIX
since dotnet#43208, we should not try to include it in the deployment
VSIX either, since this then fails to install because of the
missing payload.
tmat pushed a commit that referenced this pull request Jun 3, 2022
Given we stopped generating the InteractiveComponents VSIX
since #43208, we should not try to include it in the deployment
VSIX either, since this then fails to install because of the
missing payload.
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.

Remove Roslyn.VisualStudio.InteractiveComponents.vsix

5 participants