Paste as unformatted still formats
Answered
Hello,
Running macOS Big Sur 11.6
IntelliJ IDEA 2021.2.1
I cannot get past without formatting to work successfully.
For example, on the following line: I cannot get paste without format to work properly. Please advise.
- name: Setup environment for the right cluster
shell: aws eks --region us-east-2 update-kubeconfig --name public-apps --kubeconfig "{{ tempdir.path }}/.kubeconfig"
(paste without formatting via right clicking or hotkey)
- name: Setup environment for the right cluster
shell: aws eks --region us-east-2 update-kubeconfig --name public-apps --kubeconfig "{{ tempdir.path }}/.kubeconfig"
Please sign in to leave a comment.
It's a known bug: https://youtrack.jetbrains.com/issue/IDEA-202362.