Skip to content

Commit 005fdb9

Browse files
committed
Update project naming and documentation files
1 parent 7621156 commit 005fdb9

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.vscodeignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.vscode/**
22
typings/**
3-
node_modules/**
43
**/*.ts
54
.gitignore
65
tsconfig.json

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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

examples/DebugTest.ps1

-8 Bytes
Binary file not shown.

examples/README.md

+2-3
Original file line numberDiff line numberDiff 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 [[email protected]](mailto:[email protected]) 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

6463
If you are experiencing any errors or crashes, please include the
6564
following two log files:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"

0 commit comments

Comments
 (0)