You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# PowerShell Editor Services Release History
2
2
3
+
## 0.10.0
4
+
### Tuesday, March 14, 2017
5
+
6
+
These improvements are described in detail in the [vscode-powershell changelog](https://github.com/PowerShell/vscode-powershell/blob/master/CHANGELOG.md#0100)
7
+
for its 0.10.0 release.
8
+
9
+
#### Language feature improvements
10
+
11
+
- Added new terminal-based integrated console
12
+
- Added new code formatting settings with additional rules
13
+
- Added Get-Credential, SecureString, and PSCredential support
14
+
15
+
#### Debugging improvements
16
+
17
+
- Connected primary debugging experience with integrated console
18
+
- Added column number breakpoints
19
+
- Added support for step-in debugging of remote ScriptBlocks with [PowerShell Core 6.0.0-alpha.17](https://github.com/PowerShell/PowerShell/releases/tag/v6.0.0-alpha.17)
0 commit comments