File tree 5 files changed +14
-12
lines changed
5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
.vscode /**
2
2
typings /**
3
- node_modules /**
4
3
** /* .ts
5
4
.gitignore
6
5
tsconfig.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
2
2
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.
5
6
6
7
## Features
7
8
9
+ - Syntax highlighting
10
+ - Code snippets
8
11
- 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
11
14
- 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!
13
17
14
18
## Example Scripts
15
19
Original file line number Diff line number Diff line change @@ -57,9 +57,8 @@ when `F5` is pressed.
57
57
58
58
## Feedback
59
59
60
- We would love to hear your feedback! Please send feature requests or issue
61
-
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 ) .
63
62
64
63
If you are experiencing any errors or crashes, please include the
65
64
following two log files:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
- "displayName" : " Windows PowerShell Language Support " ,
3
+ "displayName" : " PowerShell" ,
4
4
"version" : " 0.1.0" ,
5
5
"publisher" : " daviwil" ,
6
- "description" : " Develop Windows PowerShell scripts in Visual Studio Code!" ,
6
+ "description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : { "vscode" : " 0.10.x" },
8
8
"author" : {
9
9
"name" : " Microsoft Corporation - Development Labs"
You can’t perform that action at this time.
0 commit comments