Skip to content

Commit e61743d

Browse files
committed
Adding CHANGELOG file to track release changes
1 parent 4eb842e commit e61743d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)