zed icon indicating copy to clipboard operation
zed copied to clipboard

Formatted String Literals

Open mattnibs opened this issue 1 year ago • 0 comments

The commit removes the template literals and replaces them with formatted string literals. F-strings have a similar functionality but the expression substitution only happens on strings prefixed with the 'f' character.

Fixes #4444

mattnibs avatar May 14 '24 18:05 mattnibs