vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Add check to determine if javaExec is specified in the

Open Rod-Christensen opened this issue 3 years ago • 2 comments
trafficstars

This fork allows you to specify the javaExec to use for executing the java virtual machine. It can be specified in your launch configuration options, or, if not specified, will use the current behavior of resolving.

Rod-Christensen avatar Feb 14 '22 18:02 Rod-Christensen

I really don't know what to do from here... I guess this is just waiting for approval?

Rod-Christensen avatar Feb 16 '22 17:02 Rod-Christensen

https://github.com/microsoft/vscode-java-debug/blob/a3f48af1513c9b293a50b465dc43d9315b58bc58/package.json#L377-L385

Usually when adding a new property to launch configuration, we update package.json to include the new property schema definition as well. See the sample for mainClass above. This can provide IntelliSense when you type the property in launch.json.

Also remember to update it to README. https://github.com/microsoft/vscode-java-debug/blob/main/README.md#launch

testforstephen avatar Feb 17 '22 01:02 testforstephen