From 19d0788e32373c6294efe4f0994a7d905ce42ec1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 29 Mar 2021 11:51:06 +0200 Subject: [PATCH] Update FAQ.md --- Misc/FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/FAQ.md b/Misc/FAQ.md index b571f023..506e8298 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -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? -------------------------------------