{
"lsp": {
"powershell-es": {
"binary": {
"path": "<path to PowerShellEditorServices>"
}
}
}
}
"lsp": {
"powershell-es": {
"binary": {
"path": "pwsh.exe",
"arguments": [
"-NoLogo",
"-NoProfileLoadTime",
"-Command",
"C:\\Users\\MYUSER\\.PowerShellEditorServices\\PowerShellEditorServices\\Start-EditorServices.ps1",
],
},
},
},
Thanks in advance.
Can you please tell me exactly what needs to go in here?
This isn't working for me:
Thanks in advance.