You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*__Launch Java App__ - Debug or Run current Java project
73
73
*__Attach to Port__ & __Attach to Process__ - Attach debugger actions. Available when __Java+ ...__ at the bottom of drop down list is selected.
74
74
* Select this configuration, then click the 
75
75
* 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..._
77
77
78
78
Default launch configurations provided by Language Server can modified in `launch.json` file.
79
79
80
80
### 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).
@@ -166,11 +166,12 @@ When adding JavaDoc to code Oracle Java Platform extension assists by suggesting
166
166
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.
167
167

168
168
169
-
### Localisation support
170
-
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
171
-
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
The JDK to build, run and debug projects is being searched in the following locations:
176
177
@@ -212,4 +213,4 @@ Please consult the [security guide](https://github.com/oracle/javavscode/blob/ma
212
213
Copyright (c) 2024 Oracle and/or its affiliates.
213
214
214
215
Oracle Java Platform Extension for Visual Studio Code is licensed under [Apache 2.0 License](https://github.com/oracle/javavscode/blob/main/LICENSE.txt).
215
-
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.
<replacetoken><](https://marketplace.visualstudio.com/items?itemName=Oracle.oracle-java)
0 commit comments