From f3eca0e7d28b7dc17b88c87f65893ab4fa89fc07 Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Mon, 23 May 2022 16:33:43 +0200 Subject: [PATCH] Update server to 3.4.2 --- LSP-PowerShellEditorServices.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSP-PowerShellEditorServices.sublime-settings b/LSP-PowerShellEditorServices.sublime-settings index 0fba122..2bdc246 100644 --- a/LSP-PowerShellEditorServices.sublime-settings +++ b/LSP-PowerShellEditorServices.sublime-settings @@ -3,7 +3,7 @@ // plugin decide. // For Windows this is "powershell.exe", for macOS/Linux it's "pwsh". "powershell_exe": "", - "version": "2.4.7", + "version": "3.4.2", "selector": "source.powershell", "schemes": ["file", "buffer"], "initializationOptions": {},