-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Create a terminal getting started tutorial #7360
Comments
Outline for tutorial
|
@Tyriar Appreciate your feedback on the above outline for the Terminal Getting Started Tutorial. |
Looks good! Some comments: These parts I think aren't so important and don't meet the cut for being called out imo:
Calling out It would be nice if shell integration was called out somewhere as it is enabled by default. Command navigation in particular is a basic feature that would be good to mention and also has a fallback in case shell integration isn't enabled (so you wouldn't even need to mention "shell integration" in the tutorial). |
@Tyriar thanks for the feedback. I'll start with a draft and incorporate it. |
@Tyriar First draft of the getting started: https://github.com/microsoft/vscode-docs/blob/terminal-getting-started/docs/terminal/getting-started.md |
or -> and?
"Zsh" is more recognizable |
the ... keyboard shortcut?
Command Prompt should never be the default, it will almost always be Windows PowerShell, PowerShell (v6+), Bash (typical on Linux) or Zsh (typical on macOS).
the shell's working directory starts at....?
It's probably pretty common for people to not know what a chevron is, I couldn't find an upwards chevron unicode char but `(^) would be enough to help the user here.
the compiler -> a compiler
ls
Quick pick is the generic name for the UI component. Maybe re-word to something like this: "For other text, VS Code tries to search the workspace for files containing the text"
If you press kb(workbench.action.terminal.scrollToPreviousCommand) multiple times?
"you may see"?
This is a good section to mention pulling the tab into an editor |
Thanks for the detailed feedback already, @Tyriar. Wanted to share early, so I still needed to do my edit pass. |
Yep, I like the structure and length |
Create a getting started tutorial for the terminal experience that guides users through their first steps with the terminal.
Provides guided instructions for the key, day-1 functionalities.
The text was updated successfully, but these errors were encountered: