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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please become a verified publisher #1124

Closed
isidorn opened this issue Mar 29, 2022 · 18 comments
Closed

Please become a verified publisher #1124

isidorn opened this issue Mar 29, 2022 · 18 comments
Labels
enhancement New feature or request

Comments

@isidorn
Copy link

isidorn commented Mar 29, 2022

Hi VS Code pm here 馃憢

We are now recommending this extension for vue files 馃殌
It would be fantastic if you verify your publisher. More details about this process can be found here https://code.visualstudio.com/api/working-with-extensions/publishing-extension#verify-a-publisher

Thanks a lot!

@johnsoncodehk
Copy link
Member

Hi @isidorn, thank you for the update! We will verify it with vuejs.org. :)

@johnsoncodehk johnsoncodehk added the enhancement New feature or request label Mar 30, 2022
@isidorn
Copy link
Author

isidorn commented Mar 30, 2022

@johnsoncodehk yes, that would be fantastic. Thanks a lot 馃憦

@johnsoncodehk
Copy link
Member

johnsoncodehk commented Apr 23, 2022

铻㈠箷鎴湒 2022-04-23 14 49 57

We want move related extensions to a vue official publisher(https://marketplace.visualstudio.com/publishers/vue) and change extension id from volar to vue-language-features at the same time but not releasing new extensions (this will clear all downloads and rating 馃槄), is this possible?

@isidorn
Copy link
Author

isidorn commented Apr 25, 2022

@johnsoncodehk moving the extension is possible (while preserving downloads). Moving + rename I am not sure.
But the best is to email me inikolic@micorosft.com and vsmarketplace@microsoft.com and we can take it from there. Thanks!

@yyx990803
Copy link
Member

I have verified https://marketplace.visualstudio.com/manage/publishers/vue and we plan to move the official extensions under this publisher.

@isidorn
Copy link
Author

isidorn commented Apr 28, 2022

Awesome, thanks!

@johnsoncodehk
Copy link
Member

johnsoncodehk commented Apr 29, 2022

@isidorn I can't email to you 馃槄, I got this response in gmail:

The recipient server did not accept our requests to connect. Learn more at [https://support.google.com/mail/answer/7720 micorosft.com 20.53.203.50: timed out] [micorosft.com 20.84.181.62: timed out] [micorosft.com 20.81.111.85: timed out] [micorosft.com 20.103.85.33: timed out] [micorosft.com 20.112.52.29: timed out]

In the email request, we want to change these 2 extensions ID and change publisher.

@isidorn
Copy link
Author

isidorn commented Apr 29, 2022

@johnsoncodehk sorry I had a typo in my email. Can you please try again?
inikolic@microsoft.com and vsmarketplace@microsoft.com

@abulka
Copy link

abulka commented May 4, 2022

A fresh install of volar gives me a warning each time I start up vscode.

The 2 extension(s) below, in workspace recommendations have 
issues: johnsoncodehk.volar (not found in marketplace) 
johnsoncodehk.vscode-typescript-vue-plugin (not found in marketplace)

Is this due to the publisher change that is going on? I've uninstalled and re-installed volar (and uninstaller vetur) but can't seem to shake this message.

@johnsoncodehk
Copy link
Member

@abulka
Copy link

abulka commented May 6, 2022

@johnsoncodehk Thanks - changing my .vscode/extensions.json with the new name helped. However I have been getting weird volar extension behaviour like

  1. volar extension not participating in settings sync
  2. extension uninstalling itself when I restart vscode. <-- most annoying

I noticed there was a reference to the old name in ~/Library/Application Support/Code/User/settings.json

    "[vue]": {
        "editor.defaultFormatter": "johnsoncodehk.volar"
    },

which I removed, but that didn't help. Interestingly, when I install Vue Volar, I'm still getting the following message in the vscode extension log, referring to the old johnsoncodehk name:

[2022-05-06 16:52:15.667] [exthost] [info] ExtensionService#_doActivateExtension johnsoncodehk.volar, startup: false, activationEvent: 'onLanguage:vue'

@johnsoncodehk
Copy link
Member

johnsoncodehk commented May 6, 2022

@abulka I'll release a new version with new publisher as soon, please keep an eye out for it to if it fix the problem.

@lainbo
Copy link

lainbo commented May 11, 2022

@abulka I'll release a new version with new publisher as soon, please keep an eye out for it to if it fix the problem.

There is still no solution to this problem, every time I open a Vue3 project I get the prompt "The 1 extension(s) below, in workspace recommendations have issues: johnsoncodehk.volar (not found in marketplace)"

@yaegassy
Copy link
Collaborator

yaegassy commented May 11, 2022

@lainbo What is your VSCode version? Try uninstalling the currently installed Volar extension and try installing it again. Also, if it is possible to upgrade VSCode, please upgrade and try it.

@lainbo
Copy link

lainbo commented May 11, 2022

@lainbo What is your VSCode version? Try uninstalling the currently installed Volar extension and try installing it again. Also, if it is possible to upgrade VSCode, please upgrade and try it.

My VS Code version is 1.67.1, at the time of your reply, I tried to uninstall and reinstall Volar, and also operated the VS Code account to sync immediately, but still did not solve the problem, I guess if I can delete my sync information from the server, this problem may be solved

@isidorn
Copy link
Author

isidorn commented May 11, 2022

@lainbo this means that your workspace has a .vscode folder and in it an extensions.json file
In that file rename johnsoncodehk.volar to vue.volar.
Sorry about that!

@lainbo
Copy link

lainbo commented May 11, 2022

@lainbo this means that your workspace has a .vscode folder and in it an extensions.json file In that file rename johnsoncodehk.volar to vue.volar. Sorry about that!

It's great, it solved the problem successfully, thanks a lot!

@goldyfruit
Copy link

@lainbo this means that your workspace has a .vscode folder and in it an extensions.json file In that file rename johnsoncodehk.volar to vue.volar. Sorry about that!

It's great, it solved the problem successfully, thanks a lot!

Same fix here, create-vue needs to be updated to avoid this warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants