Currently, the extension didn't support automatic installation (it'll soon land). You need
to set the bundle path through lsp
configuration:
{
"lsp": {
"powershell-es": {
"binary": {
"path": "<path to PowerShellEditorServices>"
}
}
}
}