f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
59 stars 14 forks source link

[RFE] Display DO "current config" similar to AS3 tasks/applications #170

Closed mwardbopp closed 2 years ago

mwardbopp commented 2 years ago

It would be great for the extension to discover if DO was installed what was the current declaration and display it in a similar folder structure as AS3/FAST

DumpySquare commented 2 years ago

Hey @mwardbopp, thanks for opening this issue.

Since DO only has a single declaration, like TS/CF, I didn't think it was worth creating a view for those services.

All those commands can be found via the command palette:

image

While the documentation may be a bit dated in some cases, this shows how to click on the DO status bar at the bottom to get the current declaration: https://f5devcentral.github.io/vscode-f5/#/do_ts?id=do-management-getpost

Does this suite your ask?

DumpySquare commented 2 years ago

Hey @mwardbopp, does the above suite your ask or would you still prefer a "view" window on the left like as3?