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

Is that possible to transfer an extension to another publisher org? #440

Closed
JounQin opened this issue Jul 20, 2022 · 14 comments
Closed

Is that possible to transfer an extension to another publisher org? #440

JounQin opened this issue Jul 20, 2022 · 14 comments
Assignees

Comments

@JounQin
Copy link

JounQin commented Jul 20, 2022

How to make a good report

Clear title

I have an extension https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx, and want to transfer it to unifiedjs scope, I tried to just publish a new extension but failed with

Error: The Extension Id already exist in the Marketplace. Please use the different Id

Review existing feedback

N/A

Separate Ideas

transfer JounQin.vscode-mdx to unifiedjs.vscode-mdx

@ssbarnea
Copy link

no, tried that, the answer was not, and that was for major publisher!

@JounQin
Copy link
Author

JounQin commented Jul 20, 2022

no, tried that, the answer was not, and that was for major publisher!

That’s sad.

@madhurivadaligithub
Copy link

Hi @JounQin, if it is related to VS Code, please create your issue here https://github.com/microsoft/vscode/issues

@JounQin
Copy link
Author

JounQin commented Aug 4, 2022

Hi @JounQin, if it is related to VS Code, please create your issue here microsoft/vscode/issues

I don't think it's related to VSCode directly, we want to transfer VSCode extension's publisher.

https://marketplace.visualstudio.com/vscode

@madhurivadaligithub
Copy link

Hi @JounQin
Usually, we do not allow transfer of VSCode extensions since it has following consequences:

  1. Users will not be able to install the older versions of your extensions that got published before the extension transfer from the VSCode.
  2. If this extension is used as a dependency in other extensions by using publisherName.ExtensionName, that would not work.
  3. You need to update all references to this extension with the new publisherName.

Please confirm if you are okay with the above consequences, then we can go ahead with the transfer extension request.

@madhurivadaligithub madhurivadaligithub self-assigned this Aug 5, 2022
@JounQin
Copy link
Author

JounQin commented Aug 5, 2022

Please confirm if you are okay with the above consequences, then we can go ahead with the transfer extension request.

Thanks, I do confirm them.

@madhurivadaligithub
Copy link

madhurivadaligithub commented Aug 5, 2022

Thank you, We need your VSID to process this request, please follow below steps to share VSID.
->Login to the Marketplace (https://marketplace.visualstudio.com ) with your email address, which have an owner access to the publisher "unifiedjs"
->After getting logged in, from the same browser window, open https://marketplace.visualstudio.com/_apis/connectiondata ->You should see some JSON data in the window.
->Copy paste the output of the page that you see. We are interested in the "id" field of the "authenticated" user.

@JounQin
Copy link
Author

JounQin commented Aug 5, 2022

cc @wooorm who has the owner access to the publisher "unifiedjs"

@wooorm
Copy link

wooorm commented Aug 5, 2022

{"authenticatedUser":{"id":"ccb650b3-241b-6d93-b0c6-bc7b7568509a",...}

I believe this is the field you want. Let me know if I need to paste the rest too.

@madhurivadaligithub
Copy link

@JounQin @wooorm Thanks for the details, completed the extension transfer to new publisher.

@JounQin
Copy link
Author

JounQin commented Aug 5, 2022

@JounQin @wooorm Thanks for the details, completed the extension transfer to new publisher.

Thanks for transferring and https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx just works!

@JounQin JounQin closed this as completed Aug 5, 2022
@wooorm
Copy link

wooorm commented Aug 5, 2022

Thanks @madhurivadaligithub!

@JounQin Can you update the links in the readme etc? Thanks!

@JounQin
Copy link
Author

JounQin commented Aug 5, 2022

Thanks @madhurivadaligithub!

@JounQin Can you update the links in the readme etc? Thanks!

I'm just going to do this.

@JounQin
Copy link
Author

JounQin commented Aug 5, 2022

https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx v1.0.1 is finally been released!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants