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 order to provide text editor support for Rose validation output we will need line numbers to be available via a Python API to the validate functionality.
The easiest way to do this will likely be to put this location information into the config node (metom.rose.config.ConfigNode).
Note:
Line numbers are already present in the function which loads the config (metomi.rose.config.load) they just aren't reflected in the config yet.
Check out the Language Server Protocol (LSP) docs to make sure we have enough information, we may need column numbers too.
The text was updated successfully, but these errors were encountered:
In order to provide text editor support for Rose validation output we will need line numbers to be available via a Python API to the validate functionality.
The easiest way to do this will likely be to put this location information into the config node (
metom.rose.config.ConfigNode
).Note:
metomi.rose.config.load
) they just aren't reflected in the config yet.The text was updated successfully, but these errors were encountered: