Closed blueray453 closed 4 years ago
My Keybinding is
{ "key": "shift+alt+l", "command": "extension.filterTextInplace", "args": { "cmd": "sed '1 s/^/....\n/; $ s/$/\n..../'" } }
It is giving error:
Command exits (status: 1) with error message: /bin/sed: -e expression #1, char 10: unterminated `s' command
What is the issue here?
My Keybinding is
It is giving error:
What is the issue here?