microsoft / microsoft/vscode-remote-release
Typo in Remote SSH log message: "Initizing" → "Initializing"
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Description
I noticed a typo in the Remote SSH output logs.
Current output:
Initizing new exec server for ssh-remote+<host>
Expected output:
Initializing new exec server for ssh-remote+<host>
This doesn't affect functionality, but I thought I'd report it since it looks like a typo.
I searched both the microsoft/vscode and microsoft/vscode-remote-release repositories for the string but couldn't find it, so I wasn't able to submit a fix myself.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is identified. Start from the Remote SSH output line shown in the issue and trace where that message is generated; done means the log displays “Initializing” instead of “Initizing” without changing its behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100