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

Publisher name should not be part of extension name. #6102

Closed
v-pavanp opened this issue May 4, 2016 · 1 comment
Closed

Publisher name should not be part of extension name. #6102

v-pavanp opened this issue May 4, 2016 · 1 comment
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@v-pavanp
Copy link

v-pavanp commented May 4, 2016

test : #6099

  • VSCode Version: 1.1.0-alpha
  • OS Version: Windows10

Steps to Reproduce:

  1. Launch command prompt and execute command :
    code-alpha --list-extensions or code-alpha --install-extension "cpptools"

Actual: Publisher name is preceded with the extension name and without this user can't install or uninstall extension from command prompt.
Expected: Publisher name should not be required to install and uninstall extension and it should work same like how it is working from command palette : ext install Go

Example: To install CPP extension we need to provide command like:
code-alpha --install-extension "ms-vscode.cpptools"
But from command palette we can install with : ext install cpptools

image

@joaomoreno
Copy link
Member

joaomoreno commented May 24, 2016

The publisher is part of the id, it is required to uniquely identify the extension.

We will change the marketplace instructions to use the id.

@joaomoreno joaomoreno added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label May 27, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants