You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
test : #6099
Steps to Reproduce:
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
The text was updated successfully, but these errors were encountered: