The documentation references the VS Code Output window for viewing logs but does not mention alternative methods or tools for viewing logs on Linux or other platforms outside of VS Code.
Recommendations:
Include instructions or examples for viewing logs using platform-agnostic tools (e.g., terminal commands like tail or cat for log files).
Mention that logs can also be accessed via standard output or log files, and provide examples for Linux/macOS environments.
Clarify that while VS Code Output is one option, users on other platforms or using different editors can use alternative methods.