8000 Text Editors: Potentially confusing VS Code installation command · Issue #29410 · TheOdinProject/curriculum · GitHub
[go: up one dir, main page]

Skip to content
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

Text Editors: Potentially confusing VS Code installation command #29410

Open
2 of 3 tasks
gingkapls opened this issue Feb 13, 2025 · 3 comments
8000 Open
2 of 3 tasks

Text Editors: Potentially confusing VS Code installation command #29410

gingkapls opened this issue Feb 13, 2025 · 3 comments

Comments

@gingkapls
Copy link
Contributor
gingkapls commented Feb 13, 2025

Checks

Describe your suggestion

The lesson has a command on how to install VS code on Linux and uses the -O flag to name the output file.

wget -O code-latest.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64

I've seen that learners often mix up -O (capital O) and -0 (zero) because of not being able to copy-paste the command and run into issues.

I think it would be a good idea to use the long option instead, as it would remove the source of confusion.

wget --output-document code-latest.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64

I do admit that there is more to type, which means a higher possibility of mistakes, but I believe it's still better than the -O -0 situation.

Path

Foundations

Lesson Url

https://www.theodinproject.com/lessons/foundations-text-editors

(Optional) Discord Name

ginned

(Optional) Additional Comments

No response

@rlmoser99
Copy link
Member

I think this is a good suggestion, but would like someone on the @TheOdinProject/installations team to triple-check, since I am not very familiar with Linux.

@xandora
Copy link
Member
xandora commented Feb 14, 2025

I think we should probably just bring greater emphasis to the concept that learners should launch the website from their VM instead. This only really happens when people don't follow that instruction from earlier and try and copy/paste into the VM window from outside.

The occurrence of -o or -0 typos is probably not that much higher than those who forget the final ' (like your examples, by the way 😉) or introduce a typo somewhere else in the URL.

@gingkapls
Copy link
Contributor Author

I think we should probably just bring greater emphasis to the concept that learners should launch the website from their VM instead. This only really happens when people don't follow that instruction from earlier and try and copy/paste into the VM window from outside.

I think that's a good idea as well.
Do you have any suggestions on where it should be recommended? I think there are many places where learners are required to read and input commands, but reiterating it in all those places seems too redundant. It's already mentioned in the lesson on Installations, so should there be a single line to remind learners one last time to have the website opened in their VM in this lesson?

The occurrence of -o or -0 typos is probably not that much higher than those who forget the final ' (like your examples, by the way 😉) or introduce a typo somewhere else in the URL.

Dang it, hanging quotes won't leave me be!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0