f5devcentral / vscode-f5-flipper

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

[RFE] swap ns lines with json in app output #9

Closed DumpySquare closed 1 year ago

DumpySquare commented 1 year ago

Currently, when you click on an application, it opens an editor with the original NS config lines for diagnostics. When you hover over the app item in the view or the title comment in the editor it will display the json.

This RFE is to explore providing the json output, and move the original ns lines to the hover.

This may be as simple as adding a button to output the json instead of the original ns lines

DumpySquare commented 1 year ago

added json output button to app items for now

DumpySquare commented 1 year ago

closing since the json output button seems good for now