File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# vscode-powershell Release History
2
2
3
+ ## 0.3.0
4
+ ### Tuesday, December 15, 2015
5
+
6
+ - Major improvements in variables retrieved from the debugging service:
7
+ - Global and script scope variables are now accessible
8
+ - New "Auto" scope which shows only the variables defined within the current scope
9
+ - Greatly improved representation of variable values, especially for dictionaries and
10
+ objects that implement the ToString() method
11
+ - Added new "Expand Alias" command which resolves command aliases used in a file or
12
+ selection and updates the source text with the resolved command names
13
+ - Reduced default Script Analyzer rules to a minimal list
14
+ - Fixed a wide array of completion text replacement bugs
15
+ - Improved extension upgrade experience
16
+
3
17
## 0.2.0
4
18
### Monday, November 23, 2015
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : { "vscode" : " 0.10.x" },
You can’t perform that action at this time.
0 commit comments