-
Notifications
You must be signed in to change notification settings - Fork 406
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
Java path doc update for Mac OS #2910
Conversation
I wasted a lot of time using the suggested paths, and could even see them in my Mac Finder app. However, after much Googling the terminal command that found me, my true Java_Home was 'Which Java', cutting and pasting this path into my VSC settings overcame the settings error I kept receiving when selecting an Apex class.
Codecov Report
@@ Coverage Diff @@
## develop #2910 +/- ##
========================================
Coverage 75.73% 75.73%
========================================
Files 277 277
Lines 10638 10638
Branches 1230 1230
========================================
Hits 8057 8057
Misses 2239 2239
Partials 342 342 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
capitalize Terminal
Co-authored-by: Emily Kapner <ekapner@salesforce.com>
What does this PR do?
Adds a note on how to get the Java path for Mac OS. Original PR #2899.
What issues does this PR fix or reference?
@W-8836836@