Skip to content

Commit 25676e3

Browse files
[Ignore] Moved docs (#1671)
* Moved ISE doc * Move Remoting doc
1 parent 03bbcbe commit 25676e3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/ise_compatibility.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ISE Compatibility
22

3+
# ATTENTION! THIS DOC HAS MOVED
4+
5+
[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)
6+
7+
PLEASE REFER TO THE DOC THERE FOR FUTURE REFERENCE AS ANY CHANGES WILL BE MADE TO THAT DOC.
8+
9+
## Summary
10+
311
While the PowerShell extension for VSCode does not seek
412
complete feature parity with the PowerShell ISE,
513
there are features in place to make the VSCode experience more natural

docs/remoting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# PowerShell Remote Editing and Debugging in VSCode
22

3+
# ATTENTION! THIS DOC HAS MOVED
4+
5+
[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)
6+
7+
PLEASE REFER TO THE DOC THERE FOR FUTURE REFERENCE AS ANY CHANGES WILL BE MADE TO THAT DOC.
8+
9+
## Summary
10+
311
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.
412

513
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.

0 commit comments

Comments
 (0)