f5devcentral / vscode-f5-flipper

Exploring Citrix/NetScaler configs
Apache License 2.0
8 stars 4 forks source link

[RFE] filter out "-devno xxxx" from parsing #23

Closed DumpySquare closed 6 months ago

DumpySquare commented 1 year ago

all/most ns config lines have a '-devno 126143', which represents an item or object number as they are created. To us, at this time, there is no significance and it just clutters the output.

So, in the function that parses options, add some logic to bypass this option.

DumpySquare commented 6 months ago

this was added to the parseNsOptions function to filter out when parsing config options to an object. the -devno are still in the config lines

If we wanted to expand this in the future, we could just regex the entire ns config during initial processing