You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ise_compatibility.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# ISE Compatibility
2
2
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
+
3
11
While the PowerShell extension for VSCode does not seek
4
12
complete feature parity with the PowerShell ISE,
5
13
there are features in place to make the VSCode experience more natural
Copy file name to clipboardExpand all lines: docs/remoting.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# PowerShell Remote Editing and Debugging in VSCode
2
2
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
+
3
11
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.
4
12
5
13
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