File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # vscode-powershell Release History
2+
3+ ## 0.2.0
4+ ### Friday, November 20, 2015
5+
6+ - Added a new online help command! Press Ctrl+F1 to get help for the symbol under the cursor.
7+ - Enabled PowerShell language features for untitled and in-memory (e.g. in Git diff viewer) PowerShell files
8+ - Added ` powershell.scriptAnalysis.enable ` configuration variable to allow disabling script analysis for performance (issue #11 )
9+ - Fixed issue where user's custom PowerShell snippets did not show up
10+ - Fixed high CPU usage when completing or hovering over an application path
11+
12+ ## 0.1.0
13+ ### Wednesday, November 18, 2015
14+
15+ Initial release with the following features:
16+
17+ - Syntax highlighting
18+ - Code snippets
19+ - IntelliSense for cmdlets and more
20+ - Rule-based analysis provided by PowerShell Script Analyzer
21+ - Go to Definition of cmdlets and variables
22+ - Find References of cmdlets and variables
23+ - Document and workspace symbol discovery
24+ - Local script debugging and basic interactive console support
You can’t perform that action at this time.
0 commit comments