How to quote arguments correctly in Zed Preview 0.132.0 ? #10732
-
I use the below config to spawn task to open
Some errors happen like
I guess there are some argument quoting issues there. How to fix them? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
https://github.com/zed-industries/zed/pull/10548/files#diff-463dfa15a4c73c6dfbc3d8f18897fafa8edfeef9d671d85db449db44769511e6R322
that are being generated out of templates that insert selection inside the script: https://github.com/zed-industries/zed/pull/10548/files#diff-0f9876cce13af797a382f504832e563e38123d50dedd84f3f56607a03f8ae354R189-R196 We could add a parameter to control when the arguments are escaped, but maybe @osiewicz has any good ideas how to merge the two worlds together? |
Beta Was this translation helpful? Give feedback.
Thanks to @osiewicz , we now have a fix without any extra parameters needed: #10776
Will pick it into the next preview patch release.