-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
good first issueGood for newcomersGood for newcomerstype: featureNew feature or requestNew feature or request
Description
Description
Add option to copy constructed command to command palette (ex. > Nx: run
)
Motivation
- eliminate the need to execute a task in order to copy full command constructed using the command palette
- simplify copying large commands from terminal
Suggested Implementation
There should be a separate option (example label Copy: <command>
) added at the last step of job command selection right under the Execute: <command>
option that copies constructed command into the clipboard.
Alternate Implementations
Selecting Execute: <command>
option while holding a modifier button could perform the same action.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: featureNew feature or requestNew feature or request