Prerequisites
Summary
using module returns duplicates.
PowerShell Version
Visual Studio Code Version
1.100.0
19e0f9e681ecb8e5c09d8784acaa601316ca4571
x64
Extension Version
ms-vscode.powershell@2025.3.0
Steps to Reproduce
Install a module with multiple versions and then create a ps1/psm1 script.
Type using module and the completions will be duplicated (most likely due to multiple versions being installed)
Visuals

Logs
No response
Prerequisites
Summary
using modulereturns duplicates.PowerShell Version
7.6-preview4Visual Studio Code Version
Extension Version
ms-vscode.powershell@2025.3.0Steps to Reproduce
Install a module with multiple versions and then create a ps1/psm1 script.
Type
using moduleand the completions will be duplicated (most likely due to multiple versions being installed)Visuals
Logs
No response