generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 59
Fixed typos and added a relative link #345
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -65,20 +65,20 @@ Project Explorer provides an overview of logical project structure, groups sourc | |||||
|
|
||||||
| ## Debugger and Launch Configurations | ||||||
| Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer. | ||||||
| 1. The launch configuration (debugger) is invoked when `Run main | Debug main` code lense is selected in the code. | ||||||
| 1. The launch configuration (debugger) is invoked when `Run main | Debug main` codelens is selected in the code. | ||||||
| 2. Or __Java+...__ is selected in __Run and Debug__ activity panel. | ||||||
|  | ||||||
| ### Launch Configurations | ||||||
| * __Launch Java App__ - Debug or Run current Java project | ||||||
| * __Attach to Port__ & __Attach to Process__ - Attach debugger actions. Available when __Java+ ...__ at the bottom of drop down list is selected. | ||||||
| * Select this configuration, then click the  | ||||||
| * Select either from available process or enter the port to connect to JVM running with JDWP. | ||||||
| * __Attach to Shared Memory__ is available on Windows in addtion to above mentioned _Attach..._ | ||||||
| * __Attach to Shared Memory__ is available on Windows in addition to above mentioned _Attach..._ | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| Default launch configurations provided by Language Server can modified in `launch.json` file. | ||||||
|
|
||||||
| ### Run Configurations panel | ||||||
| Program arguments, VM options, evironment variables,... can be set in Run Configuration panel a part of Explorer. The panel is sufficient for all typical use-cases Java programmer faces. Only advanced, expert scenarios may require touching of `launch.json` (which still takes precedence). | ||||||
| Program arguments, VM options, environment variables,... can be set in Run Configuration panel a part of Explorer. The panel is sufficient for all typical use-cases Java programmer faces. Only advanced, expert scenarios may require touching of `launch.json` (which still takes precedence). | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|  | ||||||
|
|
||||||
| ## JDK Downloader | ||||||
|
|
@@ -213,4 +213,4 @@ Please consult the [security guide](https://github.com/oracle/javavscode/blob/ma | |||||
| Copyright (c) 2024 Oracle and/or its affiliates. | ||||||
|
|
||||||
| Oracle Java Platform Extension for Visual Studio Code is licensed under [Apache 2.0 License](https://github.com/oracle/javavscode/blob/main/LICENSE.txt). | ||||||
| The [THIRD_PARTY_LICENSES](https://github.com/oracle/javavscode/blob/main/THIRD_PARTY_LICENSES.txt) file contains third party notices and licenses. | ||||||
| The [THIRD_PARTY_LICENSES](./THIRD_PARTY_LICENSES.txt) file contains third party notices and licenses. | ||||||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
change JDK11 to JDK8?