File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vscode-powershell Release History
2
2
3
+ ## 0.7.2
4
+ ### Friday, September 2, 2016
5
+
6
+ - Fixed #243 : Debug adapter process has terminated unexpectedly
7
+ - Fixed #264 : Add check for OpenSSL on OS X before starting the language service
8
+ - Fixed #271 : PSScriptAnalyzer settings path isn't being passed along
9
+ - Fixed #273 : Debugger crashes after multiple runs
10
+ - Fixed #274 : Extension crashes on Ctrl+Hover
11
+
3
12
## 0.7.1
4
13
### Tuesday, August 23, 2016
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 0.7.1 " ,
4
+ "version" : " 0.7.2 " ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import net = require('net');
25
25
26
26
// NOTE: We will need to find a better way to deal with the required
27
27
// PS Editor Services version...
28
- var requiredEditorServicesVersion = "0.7.1 " ;
28
+ var requiredEditorServicesVersion = "0.7.2 " ;
29
29
30
30
var powerShellProcess : cp . ChildProcess = undefined ;
31
31
var languageServerClient : LanguageClient = undefined ;
You can’t perform that action at this time.
0 commit comments