Just started getting following error, when I open Powershell Script in Visual Studio Code. It was working fine till yesterday. Here is the error:
The language service could not be started:
Error: The language client requires VS Code version ^1.26 but recevied version 1.25.1
I googled it found a page which said to change package.json file to older version, but I cant find that file, I am using a macos.
Your problem is incompatible versions. The PowerShell extension is using a later feature in vscode that is not available in the version you have installed.
You can:
Extensions: Install from VSIX... from the Command Palette (CTRL+SHIFT+P) in vscodesettings.json:"extensions.autoUpdate": false,If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With