Add note about Microsoft repository prompt during VS Code install on linux
…Linux
Added a tip note explaining that users should select "Yes" when prompted to add the Microsoft apt repository during the installation of VS Code. This helps enable automatic updates and avoids confusion during setup.
Because
This pull request adds a helpful tip for Linux users installing Visual Studio Code. It clarifies that when prompted to add the Microsoft apt repository during installation, users should select "Yes" to enable future updates. This improves clarity for beginners and prevents confusion during setup.
This PR
Added a new note under the Linux VS Code installation section.
Explained the prompt to add the Microsoft apt repository and signing key.
Instructed users to select “Yes” when asked to enable automatic VS Code updates.
Issue
Closes #29503
Additional Information
Pull Request Requirements
- [x] I have thoroughly read and understand The Odin Project curriculum contributing guide
- [x] The title of this PR follows the
location of change: brief description of changeformat, e.g.Intro to HTML and CSS lesson: Fix link text - [x] The
Becausesection summarizes the reason for this PR - [x] The
This PRsection has a bullet point list describing the changes in this PR - [x] If this PR addresses an open issue, it is linked in the
Issuesection - [x] If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
- [x] If any lesson files are included in this PR, they follow the Layout Style Guide