Merge pull request #1516 from PowerShell/AngelCalvo-patch-1

Update README.md
This commit is contained in:
Raghu Shantha [MSFT] 2016-07-27 14:46:23 -07:00 committed by GitHub
commit 0600766ff2
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Debugging
=========
VS Code
Visual Studio Code
=======
[Experimental .NET Core Debugging in VS Code][core-debug] enables

View file

@ -261,7 +261,7 @@ Mode LastWriteTime Length Name
```
How to Create and Run PowerShell scripts
----
- You can use ISE, VS Code or your favorite editor to create a PowerShell script and save the script with a .ps1 file extension (for example, helloworld.ps1)
- You can use ISE, Visual Studio Code or your favorite editor to create a PowerShell script and save the script with a .ps1 file extension (for example, helloworld.ps1)
- To run the script, cd to your current folder and type ./yourscript.ps1 (for example, ./helloworld.ps1).
Note: If you are using Windows, make sure you set the PowerShell's execution policy to "RemoteSigned" in this case.

View file

@ -1,6 +1,6 @@
Using PowerShell Integrated Scripting Environment (ISE)
====
The PowerShell ISE only works on Windows. If you are not using Windows, please see [Using VS Code](./using-vscode.md).
The PowerShell ISE only works on Windows. If you are not using Windows, please see [Using Visual Studio Code](./using-vscode.md).
Editing with ISE
---