Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check to determine if javaExec is specified in the #1123

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Rod-Christensen
Copy link

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
Copy link
Author

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

@testforstephen
Copy link
Contributor

"mainClass": {
"type": "string",
"description": "%java.debugger.launch.mainClass.description%",
"default": ""
},
"args": {
"type": [
"array",
"string"

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants