yhirose / vscode-filtertext

Filter Text extension for VS Code
MIT License
30 stars 9 forks source link

Not Running Command #21

Closed blueray453 closed 4 years ago

blueray453 commented 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?