Skip to content

Commit 40bca0a

Browse files
committed
Update PowerShell Editor Services version
1 parent 610fb45 commit 40bca0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import net = require('net');
2525

2626
// NOTE: We will need to find a better way to deal with the required
2727
// PS Editor Services version...
28-
var requiredEditorServicesVersion = "0.7.0";
28+
var requiredEditorServicesVersion = "0.7.1";
2929

3030
var powerShellProcess: cp.ChildProcess = undefined;
3131
var languageServerClient: LanguageClient = undefined;

0 commit comments

Comments
 (0)