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

Fix #12595: Opt out of process tree compacting #12698

Closed
wants to merge 1 commit into from

Conversation

int19h
Copy link

@int19h int19h commented Jul 1, 2020

Change IDebugService.startDebugging() to use DebugSessionOptions.

Use {noCompact: true} option for child sessions.

For #12595

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).
  • The wiki is updated with any design decisions/details.

@int19h int19h added the no-changelog No news entry required label Jul 1, 2020
const launched = await this.debugService.startDebugging(folder, debugConfig, {
parentSession,
noCompact: true
} as DebugSessionOptions);
Copy link
Author

Choose a reason for hiding this comment

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

This was necessary to test this change, because "noCompact" is currently a VSCode proposed API. It needs to be removed prior to merging, once the flag migrates to stable API.

Change IDebugService.startDebugging() to use DebugSessionOptions.

Use {noCompact: true} option for child sessions.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 2, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.9% 0.9% Duplication

@int19h
Copy link
Author

int19h commented Jul 2, 2020

Not needed anymore - VSCode changed this to opt-in rather than opt-out.

@int19h int19h closed this Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant