AboutA tool of tree command utilized vscode gui functions Usage
Requirements
Extension SettingsThe extension currently exposes the following setting. You can change it in user or workspace
|
| Value | Description |
|---|---|
TextEditor |
Renders the output as Markdown text in a new untitled editor. You can edit or save it. |
WebViewPanel |
Renders the output in a lightweight read‑only webview panel beside the current editor. |
Example (settings.json):
{
// default (can be omitted)
"tree.view-type": "TextEditor"
}
Choose WebViewPanel when you do not want to add an extra editor tab. Choose TextEditor when you want to further edit / reformat or save the output as a file.
Known Issues
T.B.D
Release Notes
Users appreciate release notes as you update your extension.
0.0.1
Initial release