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 label property to debug config, change pkg name to lowercase #1746

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

rkeithhill
Copy link
Collaborator

@rkeithhill rkeithhill commented Feb 7, 2019

PR Summary

I don't think we should merge this to v1.x. I want to take the
opportunity with the preview to make sure package.json name prop change
to "powershell" doesn't cause any problems.

This addresses issue caused w/LiveShare ext loaded and you try to debug.
While this issue has been fixed by a mod to the next verson of VSCode,
we should have our debugger configured properly.
See microsoft/vscode#61649

Also, made debug snippet prop order consistent: name, type, request.

Fix #1590
Fix #1692

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

I don't think we should merge this to v1.x.  I want to take the
opportunity with the preview to make sure package.json name prop change
to "powershell" doesn't cause any problems.

This addresses issue caused w/LiveShare ext loaded and you try to debug.
While this issue has been fixed by a mod to the next verson of VSCode,
we should have our debugger configured properly.
See microsoft/vscode#61649

Also, made debug snippet prop order consistent: name, type, request.
Copy link
Member

@TylerLeonhardt TylerLeonhardt left a comment

Choose a reason for hiding this comment

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

LGTM

@TylerLeonhardt TylerLeonhardt merged commit f0886cd into master Feb 8, 2019
@TylerLeonhardt TylerLeonhardt deleted the rkeithhill/use-debugger-label-prop branch February 8, 2019 22:58
TylerLeonhardt pushed a commit to TylerLeonhardt/vscode-powershell that referenced this pull request Mar 18, 2019
…erShell#1746)

I don't think we should merge this to v1.x.  I want to take the
opportunity with the preview to make sure package.json name prop change
to "powershell" doesn't cause any problems.

This addresses issue caused w/LiveShare ext loaded and you try to debug.
While this issue has been fixed by a mod to the next verson of VSCode,
we should have our debugger configured properly.
See microsoft/vscode#61649

Also, made debug snippet prop order consistent: name, type, request.
TylerLeonhardt pushed a commit that referenced this pull request Mar 20, 2019
I don't think we should merge this to v1.x.  I want to take the
opportunity with the preview to make sure package.json name prop change
to "powershell" doesn't cause any problems.

This addresses issue caused w/LiveShare ext loaded and you try to debug.
While this issue has been fixed by a mod to the next verson of VSCode,
we should have our debugger configured properly.
See microsoft/vscode#61649

Also, made debug snippet prop order consistent: name, type, request.
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.

Update Debug configuration to use label Debug cannot read property 'onError' of undefined
3 participants