Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation demonstrates a Windows-first bias in several areas. Windows examples and tools (such as PowerShell) are presented before Linux equivalents, and some CLI commands (e.g., for viewing, updating, and removing the extension) only show the Windows extension name, omitting the Linux variant. Troubleshooting and log paths are provided for both OSes, but PowerShell instructions are included for Linux servers, which is not a native tool for most Linux environments. There is a lack of parity in examples and command references for Linux users.
Recommendations
- Provide all CLI and PowerShell commands for both Windows and Linux extensions, showing both extension names in each example.
- Add native Linux shell (bash) or scripting examples for Linux servers instead of PowerShell for Linux.
- Ensure troubleshooting, update, and removal instructions explicitly include Linux extension names and paths.
- Alternate the order of Windows and Linux sections, or present them side-by-side, to avoid implicit prioritization.
- Clarify when PowerShell is required on Linux and provide guidance for installing or using it, or prefer native tools.
Create Pull Request