Skip to content

Moved docs #1671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/ise_compatibility.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/remoting.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down