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
The config editor for connectors gives the false impression that long lines can be wrapped with a \ character. When a \ is used at the end of a line, the next line is coloured green as if it continues the value from the preceeding key=value line. However, using Show JSON clearly shows this isn't the case, and such a configuration cannot be saved.
Editor without \ on line 4 (note that line 5 is not coloured as a continuation of line 4):
Editor with \ on line 4 (note that line 5 is now green):
Show JSON (the continued line is treated as a new property):
Expected Behaviour:
The editor should not do syntax highlighting suggesting that \ can be used to continue a line.
Alternatively, Lenses should support wrapping long lines with \.
Actual Behaviour:
Using \ to wrap a long line is not valid.
The text was updated successfully, but these errors were encountered:
The config editor for connectors gives the false impression that long lines can be wrapped with a
\
character. When a\
is used at the end of a line, the next line is coloured green as if it continues the value from the preceeding key=value line. However, using Show JSON clearly shows this isn't the case, and such a configuration cannot be saved.Editor without
\
on line 4 (note that line 5 is not coloured as a continuation of line 4):Editor with
\
on line 4 (note that line 5 is now green):Show JSON (the continued line is treated as a new property):
Expected Behaviour:
The editor should not do syntax highlighting suggesting that
\
can be used to continue a line.Alternatively, Lenses should support wrapping long lines with
\
.Actual Behaviour:
Using
\
to wrap a long line is not valid.The text was updated successfully, but these errors were encountered: