Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-03-29 11:51:06 +02:00 committed by GitHub
parent 2d54d2216b
commit 19d0788e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,9 +61,9 @@ How to use PowerShell in Context Menus?
How to edit PowerShell Scripts?
-------------------------------
* use your favorite text editor
* use Visual Studio Code (available for free for Linux, Mac OS and Windows) - supporting syntax highlighting, on-the-fly problem checking and an integrated PowerShell Console.
* use PowerShell ISE (Integrated Scripting Environment) on Windows to write, test and debug scripts
* use Visual Studio Code (available for free on Linux, Mac OS and Windows) - supporting syntax highlighting, on-the-fly problem checking and an integrated PowerShell Console.
* or simply use your favorite text editor
How to write good PowerShell Scripts?
-------------------------------------