f5devcentral / vscode-f5-flipper

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

[BUG] right click in editor to explore ns config doesn't work #31

Open DumpySquare opened 7 months ago

DumpySquare commented 7 months ago

see pic below.

Right clicking to explore ns config in an editor that is not saved, provides a path that the flipper engine cannot currently consume.

Need to enable passing of raw text. see vscode-f5 (f5-corkscrew) for an example

image

DumpySquare commented 1 month ago

got the main extension logic mainly ready. need to update the main explode/asynceParse function to input test, not just a file location. This will take some thinking to accomplish