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 11# vscode-powershell Release History
22
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+
317## 0.2.0
418### Monday, November 23, 2015
519
Original file line number Diff line number Diff line change 11{
22 "name" : " PowerShell" ,
33 "displayName" : " PowerShell" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .0" ,
55 "publisher" : " ms-vscode" ,
66 "description" : " Develop PowerShell scripts in Visual Studio Code!" ,
77 "engines" : { "vscode" : " 0.10.x" },
You can’t perform that action at this time.
0 commit comments