File tree Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11.vscode /**
22typings /**
3- node_modules /**
43** /* .ts
54.gitignore
65tsconfig.json
Original file line number Diff line number Diff line change 1- # Windows PowerShell for Visual Studio Code
1+ # PowerShell Language Support for Visual Studio Code
22
3- This extension provides Windows PowerShell language support for Visual Studio Code.
4- More details forthcoming.
3+ This extension provides rich PowerShell language support for Visual Studio Code.
4+ Now you write and debug PowerShell scripts using the excellent IDE-like interface
5+ that VS Code provides.
56
67## Features
78
9+ - Syntax highlighting
10+ - Code snippets
811- IntelliSense for cmdlets and more
9- - Rule-based analysis provided by [ Windows PowerShell Script Analyzer] ( http://github.com/PowerShell/PSScriptAnalyzer )
10- - Go to Definition for cmdlets and variables
12+ - Rule-based analysis provided by [ PowerShell Script Analyzer] ( http://github.com/PowerShell/PSScriptAnalyzer )
13+ - Go to Definition of cmdlets and variables
1114- Find References of cmdlets and variables
12- - Local script debugging!
15+ - Document and workspace symbol discovery
16+ - Local script debugging and basic interactive console support!
1317
1418## Example Scripts
1519
Original file line number Diff line number Diff line change @@ -57,9 +57,8 @@ when `F5` is pressed.
5757
5858## Feedback
5959
60- We would love to hear your feedback! Please send feature requests or issue
61- reports to [ daviwil@microsoft.com ] ( mailto:daviwil@microsoft.com ) for now.
62- We'll provide a more appropriate issue tracker soon.
60+ We would love to hear your feedback! Please post feature requests or issue
61+ reports on our [ GitHub issues page] ( http://github.com/PowerShell/vscode-powershell ) .
6362
6463If you are experiencing any errors or crashes, please include the
6564following two log files:
Original file line number Diff line number Diff line change 11{
22 "name" : " PowerShell" ,
3- "displayName" : " Windows PowerShell Language Support " ,
3+ "displayName" : " PowerShell" ,
44 "version" : " 0.1.0" ,
55 "publisher" : " daviwil" ,
6- "description" : " Develop Windows PowerShell scripts in Visual Studio Code!" ,
6+ "description" : " Develop PowerShell scripts in Visual Studio Code!" ,
77 "engines" : { "vscode" : " 0.10.x" },
88 "author" : {
99 "name" : " Microsoft Corporation - Development Labs"
You can’t perform that action at this time.
0 commit comments