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

resolveDebugConfiguration returns null to tell vscode to continue generating launch.json #430

Merged
merged 2 commits into from
Sep 18, 2018

Conversation

testforstephen
Copy link
Contributor

@testforstephen testforstephen commented Sep 18, 2018

Signed-off-by: Jinbo Wang jinbwan@microsoft.com

Follow the issue microsoft/vscode#54213 (comment), in order to generate launch.json, the resolveDebugConfiguration api must return null explicitly.

This PR doesn't affect current vscode behavior, but prevent the future break change from the vscode insider. So i prefer to change vscode java debug source code in advance.

…erating launch.json

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Copy link
Member

@Eskibear Eskibear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for it increase robustness (against the coming breaking change) while not blocking current behavior.

@testforstephen testforstephen merged commit 447d2df into master Sep 18, 2018
@testforstephen testforstephen deleted the jinbo_break branch September 18, 2018 04:21
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.

4 participants