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

Allow pasting in the terminal #3824

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

datho7561
Copy link
Collaborator

To test, add an environment variable to a serverless function. This will open an interactive prompt in the terminal, which prompts for the name of the variable in the second step. There is both a keybinding (Ctrl+Shift+V) and a context menu item.

Closes #3512

Signed-off-by: David Thompson davthomp@redhat.com

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e9d3ead) 32.41% compared to head (ca18028) 32.41%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3824   +/-   ##
=======================================
  Coverage   32.41%   32.41%           
=======================================
  Files          85       85           
  Lines        6396     6396           
  Branches     1321     1321           
=======================================
  Hits         2073     2073           
  Misses       4323     4323           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

To test, add an environment variable to a serverless function.
This will open an interactive prompt in the terminal,
which prompts for the name of the variable in the second step.
There is both a keybinding (Ctrl+Shift+V) and a context menu item.

Closes redhat-developer#3512

Signed-off-by: David Thompson <davthomp@redhat.com>
Copy link
Collaborator

@msivasubramaniaan msivasubramaniaan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@datho7561 datho7561 merged commit 3058208 into redhat-developer:main Jan 23, 2024
6 checks passed
@datho7561 datho7561 deleted the 3512-paste-terminal branch January 23, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add paste to the OpenShift terminal
2 participants