-
Notifications
You must be signed in to change notification settings - Fork 240
Description
hi - im curious as to where i can get Import-EditorCommand - if i import these mods i dont see it
PS C:\WINDOWS\system32> get-command -module powershelleditorservices
CommandType Name Version Source
Function Compress-LogDir 1.10.3 powershelleditorservices
Function Get-PowerShellEditorServicesVersion 1.10.3 powershelleditorservices
Function Start-EditorServicesHost 1.10.3 powershelleditorservices
PS C:\WINDOWS\system32> import-module powershelleditorservices.vscode
PS C:\WINDOWS\system32> get-command -module powershelleditorservices.vscode
CommandType Name Version Source
Function Close-VSCodeHtmlContentView 0.2.0 powershelleditorservices.vscode
Function New-VSCodeHtmlContentView 0.2.0 powershelleditorservices.vscode
Function Set-VSCodeHtmlContentView 0.2.0 powershelleditorservices.vscode
Function Show-VSCodeHtmlContentView 0.2.0 powershelleditorservices.vscode
Function Write-VSCodeHtmlContentView 0.2.0 powershelleditorservices.vscode
thanks