-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Suggest to rename "Shell Command" to "Code Shell Command" #3334
Comments
I'm not sure adding Code would make it less generic... We don't have the best product name... :/ |
How does this sound?
|
I suggest to make the description of the command more verbose: And Code would show in all the product flavors Code-insiders, Code-alpha. |
May be even leave out the category 'System' or 'Shell Command' |
"Install 'code-alpha' command line tool in PATH" |
Better, but I don't like "Install `code-alpha' launch command in PATH" |
How about
|
👍 |
SOLD! |
Unfortunately I can't do exactly this since at the point I require it I don't know whether the shortcut will be called I will name the action @bpasero The reason for this lies on the need to provide the label to the |
@joaomoreno sounds good! |
@joaomoreno descriptors are static enough that you cannot create them if you need services. the point of F1 is to show descriptors and not instantiated actions. |
I get it. Irrelevant to this particular issue, I would actually like to argue against using descriptors. Here's what I observe: With descriptors:
Without descriptors:
I'm not really sure the performance benefits are so clear that the descriptors end up being the obvious choice. I might be wrong, but it would be a nice benchmark to test. |
I am all up for not having sync descriptors at all, I was just describing our status quo. |
On testing #3241:
In the Command Palette "Shell Command" sounds very generic and it might be not clear what's behind this. I suggest to change it to "Code Shell Command" or "Code Command Line Tool" (which would even work on Windows).
The text was updated successfully, but these errors were encountered: