Skip to content

Commit 9cad45c

Browse files
committed
reverting back some spaces which were causing image alignment issue
1 parent e2bb236 commit 9cad45c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In the VS Code command palette:
6666
* __Java: Go To Test/Tested Class__ - Navigates to the corresponding test or source class file
6767

6868
## Project Explorer
69-
Project Explorer provides an overview of logical project structure, groups sources together and greatly simplifies Java package structure exploration. Project Explorer is an addition to the classical workspace explorer. Use it to build, test, execute and operate your Maven and Gradle Java projects.
69+
Project Explorer provides an overview of logical project structure, groups sources together and greatly simplifies Java package structure exploration. Project Explorer is an addition to the classical workspace explorer. Use it to build, test, execute and operate your Maven and Gradle Java projects.
7070
![Project Explorer](vscode/images/project-explorer.png)
7171

7272
## Interactive Java Notebooks
@@ -107,9 +107,9 @@ These settings *override* settings inferred from project context 
107107
![JShell](vscode/images/jshell.gif)
108108

109109
## Debugger and Launch Configurations
110-
Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer.
110+
Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer.
111111
1. The launch configuration (debugger) is invoked when `Run main | Debug main` codelens is selected in the code.
112-
2. Or __Java+...__ is selected in __Run and Debug__ activity panel.
112+
2. Or __Java+...__ is selected in __Run and Debug__ activity panel.
113113
![Debug configurations](vscode/images/debuggers.png)
114114
### Launch Configurations
115115
* __Launch Java App__ - Debug or Run current Java project
@@ -121,14 +121,14 @@ Language Server __Java+ ...__ launch configuration supports debugging and runnin
121121
Default launch configurations provided by Language Server can modified in `launch.json` file.
122122

123123
### Run Configurations panel
124-
Program arguments, VM options, environment variables, etc., can be set in the Run Configuration panel as 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).
125-
![Run Configuration](vscode/images/run_config.png)
124+
Program arguments, VM options, environment variables, etc., can be set in the Run Configuration panel as 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).
125+
![Run Configuration](vscode/images/run_config.png)
126126

127127
## JDK Downloader
128128
If the system does not detect any JDK, the extension will offer a downloader and setup prompt to help you set up a JDK. This setup provides options for Oracle JDK, OpenJDK, and allows you to choose from any installed JDK on your system.
129129
Alternatively, you can manually specify the path to JDK binaries by utilizing the JDK downloader.
130130
You can also access the JDK downloader through the "Download, install, and Use JDK" option in the command palette.
131-
![JDK Downloader](vscode/images/jdk_downloader.png)
131+
![JDK Downloader](vscode/images/jdk_downloader.png)
132132

133133
## Enabling Java Preview Features
134134
When using preview features use the quick fix action option to easily enable them.
@@ -203,11 +203,11 @@ Go to VS Code `Open Settings | Extensions | Java` and search for _Jdk_ to set `J
203203
The `Jdk › Java › On Save: Organize Imports` setting in VS Code `Settings | Extensions | Java` enables the **Organize Imports** action to run when saving a document.
204204

205205
## JavaDoc smart editing
206-
When adding JavaDoc to code Oracle Java Platform extension assists by suggesting to insert preformatted and prepopulated JavaDoc comment. Type `/**` above method signature and IDE offers to complete the JavaDoc. The action creates JavaDoc comment with all arguments prepared.
206+
When adding JavaDoc to code Oracle Java Platform extension assists by suggesting to insert preformatted and prepopulated JavaDoc comment. Type `/**` above method signature and IDE offers to complete the JavaDoc. The action creates JavaDoc comment with all arguments prepared.
207207
![JavaDoc Completion](vscode/images/javadoc.png)
208208

209209
## Test Explorer
210-
Oracle Java Platform extension provides Test Explorer view which allows to run all tests in a project, examine the results, go to source code and run particular test.
210+
Oracle Java Platform extension provides Test Explorer view which allows to run all tests in a project, examine the results, go to source code and run particular test.
211211
![Test Explorer](vscode/images/Test_explorer.png)
212212

213213
### Localization support

0 commit comments

Comments
 (0)