-
Notifications
You must be signed in to change notification settings - Fork 498
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
Add first steps to ISE compatibility doc #1632
Conversation
Also pinging @corbob and @glennsarti |
Not for me. I never used the ISE. Primal Script and then VSCode :-) |
We should also include some stuff about setting up debug configurations maybe |
Especially the interactive debugging experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! A couple optional wording suggestions
docs/ise_compatibility.md
Outdated
"workbench.colorTheme": "PowerShell ISE" | ||
``` | ||
|
||
## Show-Command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Show-Command | |
## Command explorer |
If it doesn't actually replace Show-Command
this title would be confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My intent is for the titles to be keyed to ISE vocabulary as a lookup for new concepts, but I can change
Co-Authored-By: rjmholt <rjmholt@gmail.com>
Co-Authored-By: rjmholt <rjmholt@gmail.com>
Co-Authored-By: rjmholt <rjmholt@gmail.com>
docs/ise_compatibility.md
Outdated
| ---------------- | ----------- | -------------- | | ||
| Interrupt and break debugger | <kbd>Ctrl</kbd>+<kbd>B</kbd> | <kbd>F6</kbd> | | ||
| Execute current line/highlighted text | <kbd>F8</kbd> | <kbd>F8</kbd> | | ||
| List available snippets | | <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>J</kbd> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I THINK this is Ctrl+J in the ISE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a great place to start 😊 LGTM
PR Summary
Adds a document summarising ways to make VSCode feel more like the ISE.
While the PR is open, feel free to suggest additions!