nanangp / vscode-wireviz-preview

A simple extension for Visual Studio Code to preview WireViz YAML files
https://marketplace.visualstudio.com/items?itemName=NanangP.vscode-wireviz-preview
GNU General Public License v3.0
5 stars 1 forks source link

[Feature] Preview files not in an open Folder or Workspace #1

Closed nanangp closed 9 months ago

nanangp commented 9 months ago

Waiting for stdout support (wireviz/WireViz#320) to be released (potentially when they get to 0.4.0?)

Edit: nope, this can be resolved by simply using the appropriate localResourceRoot on the webview.

martinrieder commented 3 months ago

Please note that wireviz/WireViz#321 resolves wireviz/WireViz#320, which is now part of the 0.4 release. It may not be necessary to reopen this issue due to #5 WireViz 0.4 changing commandline options and output formats.

nanangp commented 3 months ago

wireviz/WireViz#321 ... which is now part of the 0.4 release

Doesn't look like it has been merged. Had a look the 0.4 commit and couldn't find any of the changes.

Also, this bug turned out to not need stdin/out after all, and was resolved another way.