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

Change instances of OSX to macOS #7636

Merged
merged 3 commits into from
Jun 1, 2021

Conversation

TylerADavis
Copy link
Contributor

Yesterday I noticed a popup that said Downloading C/C++ language components (OS X). Apple renamed OS X to macOS a few years back, so I created this PR to change a few lingering instances of OS X to macOS.

Changes

  • Rename lingering instances of OS X to macOS
  • Add x86_64 to description for x86_64 version of macOS cpptools, to make architecture clear in messages
  • VS Code automatically stripped some unnecessary whitespace from the debug instructions

Questions

I noticed that package.json uses both arm64 and ARM64. Should one of these be preferred over the other?

Additionally, a few formats are used to communicate architecture in descriptions, e.g. Linux / ARM64 vs macOS ARM64. Is one format preferred?

Add x86_64 descriptor
Whitespace stripping
@ghost
Copy link

ghost commented May 31, 2021

CLA assistant check
All CLA requirements met.

Extension/package.json Outdated Show resolved Hide resolved
Extension/package.json Outdated Show resolved Hide resolved
Extension/package.json Outdated Show resolved Hide resolved
Extension/package.json Outdated Show resolved Hide resolved
Add x86_64 descriptor to ClangFormat
@TylerADavis
Copy link
Contributor Author

Thanks for your review @sean-mcmanus . I've changed arm64 to ARM64 and added the separating slashes inbetween OS name and architecture. I believe the name x86_64 is used on Mac over x64, though I'm not entirely certain.

Please let me know if you'd like to see any other changes.

@sean-mcmanus sean-mcmanus merged commit 26fdb44 into microsoft:main Jun 1, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants