You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I can surround my string from double quotes(") to single quote(') or template strings correctly(`) but if I want to surround a string from everything that it's not a double quotes it simply doesnt work
To Reproduce
Steps to reproduce the behavior:
create a string with single quote
try to use the surround command to change it to double quote
Expected behavior
to change the string from single quote to double quote
Screenshots
Screencast.from.2024-10-24.16-42-27.webm
Environment (please complete the following information):
Extension (VsCodeVim) version: v1.28.1
VSCode version: 1.94.2
OS: Ubuntu 24.04
Additional context
When the surround command fails, it says in the bottom "The key combination (...) is not a valid command
It doesnt work when I try to change an array ([]) to any other thing like a object ({}) or a parentesis ()
The text was updated successfully, but these errors were encountered:
Describe the bug
I can surround my string from double quotes(") to single quote(') or template strings correctly(`) but if I want to surround a string from everything that it's not a double quotes it simply doesnt work
To Reproduce
Steps to reproduce the behavior:
Expected behavior
to change the string from single quote to double quote
Screenshots
Screencast.from.2024-10-24.16-42-27.webm
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: