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

Copy Paste not accurate #155340

Closed
wcwhitejr99 opened this issue Jul 15, 2022 · 2 comments
Closed

Copy Paste not accurate #155340

wcwhitejr99 opened this issue Jul 15, 2022 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@wcwhitejr99
Copy link

Issue Type: Bug

Just an example:
I copied the following text from the vscode editor window:
kubectl get jobs -n xxxxx-xx-xxxx --no-headers=true | awk '/migration/{print $1}' | xargs kubectl delete -n xxx-xx-xxxx job

The I pasted it in the VSCode Terminal (bash) and get this:
kubectl get jobs -n xxxxx-xx-xxxx --no-headers=true | aw '/migration/{print $1}' | xargs kkubectl delete -n infosec-pt-devops job

I'll point out the issues:
| aw '/migration instead of | awk '/migration
| xargs kkubectl instead of | xargs kubectl

It happens VERY OFTEN -
I've played with pasting TO Notpad, Word, etc. and that seems fine.
I've played with pasting FROM Notpad, Word, etc. and the same issue shows up.

VS Code version: Code 1.69.1 (b06ae3b, 2022-07-12T08:21:24.514Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No

System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz (16 x 2496)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 31.67GB (13.48GB free)
Process Argv --crash-reporter-id ba6631fa-aba6-4320-a850-a1e162ce59d2
Screen Reader no
VM 0%
Extensions (29)
Extension Author (truncated) Version
gitlab-pipeline-monitor bal 2.0.0
vscode-django bat 1.10.0
gitlab-ci-validator cst 1.0.0
python-environment-manager don 1.0.4
python-extension-pack don 1.7.0
gitlens eam 12.1.2
prettier-vscode esb 9.5.0
gitlab-workflow Git 3.47.2
vscode-edit-csv jan 0.7.1
vsc-python-indent Kev 1.17.0
json2csv kha 0.0.1
rainbow-csv mec 2.4.0
git-graph mhu 1.30.0
vscode-docker ms- 1.22.1
vscode-kubernetes-tools ms- 1.3.10
python ms- 2022.10.1
vscode-pylance ms- 2022.7.30
jupyter ms- 2022.6.1201981810
jupyter-keymap ms- 1.0.0
jupyter-renderers ms- 1.0.8
remote-containers ms- 0.241.3
autodocstring njp 0.6.1
vscode-data-preview Ran 2.3.0
vscode-yaml red 1.9.1
gitlab Red 0.2.0
vscodeintellicode Vis 1.2.22
jinja who 0.0.8
markdown-pdf yza 1.4.4
markdown-all-in-one yzh 3.4.3
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
vscscmwlcmt:30465135
cppdebug:30492333
vsclangdf:30486550

@yume-chan
Copy link
Contributor

Looks similar to #127699?

@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 18, 2022
@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants