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
In Pipelex, we use a lot of TOML files. We use them to define all our configs but also, and even more importantly, we use TOML format for all the pipelines.
Currently, we recommend using the extension Even Better TOML which works pretty well for syntax coloring and basic syntax checking the TOML files. But we need more to support the powerful features of the Pipelex language:
Specific coloring
Separate colors between Concept and Pipe definitions
Coloring pipe codes and concept codes
Possibility to jump to a pipe's or concept's definition from cmd-click on its code
Validation & error display
Also, we have static validation and dry run tools in Pipelex, available thru the pipelex validate command, which would benefit from running inside an extension, to show semantic errors in addition to the TOML syntax errors: both as a red underline and a hover popup.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Pipelex, we use a lot of TOML files. We use them to define all our configs but also, and even more importantly, we use TOML format for all the pipelines.
Currently, we recommend using the extension Even Better TOML which works pretty well for syntax coloring and basic syntax checking the TOML files. But we need more to support the powerful features of the Pipelex language:
Specific coloring
Validation & error display
Also, we have static validation and dry run tools in Pipelex, available thru the
pipelex validate
command, which would benefit from running inside an extension, to show semantic errors in addition to the TOML syntax errors: both as a red underline and a hover popup.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions