From 2a023e15d16477b20bf0e06500889ea818a3068d Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Fri, 21 Dec 2018 10:39:57 -0500 Subject: [PATCH 1/2] Moved ISE docc --- docs/ise_compatibility.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ise_compatibility.md b/docs/ise_compatibility.md index 67ad6fd973..714cec466b 100644 --- a/docs/ise_compatibility.md +++ b/docs/ise_compatibility.md @@ -1,5 +1,13 @@ # ISE Compatibility +# ATTENTION! THIS DOC HAS MOVED + +[THIS DOC IS NOW HOSTED ON DOCS.MICROSOFT.COM.](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/how-to-replicate-the-ise-experience-in-vscode) + +PLEASE REFER TO THE DOC THERE FOR FUTURE REFERENCE AS ANY CHANGES WILL BE MADE TO THAT DOC. + +## Summary + While the PowerShell extension for VSCode does not seek complete feature parity with the PowerShell ISE, there are features in place to make the VSCode experience more natural From e434554676a61766e7536d7719ccf355cfc272a7 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Fri, 21 Dec 2018 10:51:57 -0500 Subject: [PATCH 2/2] Move Remoting doc --- docs/remoting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/remoting.md b/docs/remoting.md index 9ede3c1ac2..6b521dc70f 100644 --- a/docs/remoting.md +++ b/docs/remoting.md @@ -1,5 +1,13 @@ # PowerShell Remote Editing and Debugging in VSCode +# ATTENTION! THIS DOC HAS MOVED + +[THIS DOC IS NOW HOSTED ON DOCS.MICROSOFT.COM.](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode-for-remote-editing-and-debugging) + +PLEASE REFER TO THE DOC THERE FOR FUTURE REFERENCE AS ANY CHANGES WILL BE MADE TO THAT DOC. + +## Summary + For those of you that were familiar with the ISE, you may recall that you were able to use run `psedit file.ps1` from the integrated console to open files - local or remote - right in the ISE. As it turns out, this feature is also availible out of the box in the PowerShell extension for VSCode. This guide will show you how to do it.