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).
@@ -213,4 +213,4 @@ Please consult the [security guide](https://github.com/oracle/javavscode/blob/ma
213
213
Copyright (c) 2024 Oracle and/or its affiliates.
214
214
215
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).
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