You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: pwsh extension doesn't work because error "The language service could not be started", read all issues related (#1360, #1957, #1423, #340) and cannot solve the issue.
3.$HOME/.vscode/extensions/ms-vscode.powershell-2019.5.0/modules has PowerShellEditorServices.psd1. 4.Import-Module $HOME/.vscode/extensions/ms-vscode.powershell-2019.5.0/modules/PowerShellEditorServices.psd1 and restart VSCode does't work. 5. pswh from terminal works well.
The text was updated successfully, but these errors were encountered:
This is a particular class of issue where VSCode unhelpfully gives no context when a configuration has become broken in some way. Similar errors occur when, for example, PowerShell updates and the configured path to it does not change.
Issue: pwsh extension doesn't work because error "The language service could not be started", read all issues related (#1360, #1957, #1423, #340) and cannot solve the issue.
Log ("powershell.developer.editorServicesLogLevel": "Diagnostic"):
VSCode Version: 1.36.1
OS Version:
Linux x64 4.19.62-1-MANJARO
PowerShell Extension Version:
v2019.5.0
PowerShell Version:
Core 6.2.2 Linux x64
$PSVersionTable:
Notes:
1. VSCode Terminal shows error
chdir(2) failed: No such file or Directory
.2. Custom settings:
3.
$HOME/.vscode/extensions/ms-vscode.powershell-2019.5.0/modules
hasPowerShellEditorServices.psd1
.4.
Import-Module $HOME/.vscode/extensions/ms-vscode.powershell-2019.5.0/modules/PowerShellEditorServices.psd1
and restart VSCode does't work.5. pswh from terminal works well.
The text was updated successfully, but these errors were encountered: