Skip to content

Commit 5e0811f

Browse files
authored
Merge pull request #345 from shivam71/readme_update
Fixed typos and added a relative link
2 parents 91a65d3 + 74097d9 commit 5e0811f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@ Project Explorer provides an overview of logical project structure, groups sourc
6565

6666
## Debugger and Launch Configurations
6767
Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer.
68-
1. The launch configuration (debugger) is invoked when `Run main | Debug main` code lense is selected in the code.
68+
1. The launch configuration (debugger) is invoked when `Run main | Debug main` codelens is selected in the code.
6969
2. Or __Java+...__ is selected in __Run and Debug__ activity panel.
7070
![Debug configurations](vscode/images/debuggers.png)
7171
### Launch Configurations
7272
* __Launch Java App__ - Debug or Run current Java project
7373
* __Attach to Port__ & __Attach to Process__ - Attach debugger actions. Available when __Java+ ...__ at the bottom of drop down list is selected.
7474
* Select this configuration, then click the ![Run](vscode/images/run.png)
7575
* Select either from available process or enter the port to connect to JVM running with JDWP.
76-
* __Attach to Shared Memory__ is available on Windows in addtion to above mentioned _Attach..._
76+
* __Attach to Shared Memory__ is available on Windows in addition to above mentioned _Attach..._
7777

7878
Default launch configurations provided by Language Server can modified in `launch.json` file.
7979

8080
### Run Configurations panel
81-
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).
81+
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).
8282
![Run Configuration](vscode/images/run_config.png)
8383

8484
## JDK Downloader
@@ -213,4 +213,4 @@ Please consult the [security guide](https://github.com/oracle/javavscode/blob/ma
213213
Copyright (c) 2024 Oracle and/or its affiliates.
214214

215215
Oracle Java Platform Extension for Visual Studio Code is licensed under [Apache 2.0 License](https://github.com/oracle/javavscode/blob/main/LICENSE.txt).
216-
The [THIRD_PARTY_LICENSES](https://github.com/oracle/javavscode/blob/main/THIRD_PARTY_LICENSES.txt) file contains third party notices and licenses.
216+
The [THIRD_PARTY_LICENSES](./THIRD_PARTY_LICENSES.txt) file contains third party notices and licenses.

0 commit comments

Comments
 (0)