-
Notifications
You must be signed in to change notification settings - Fork 287
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
Take ownership of the default node, chrome, extensionHost, and msedge types #1065
Labels
debt
Code quality issues
feature-request
Request for new features or functionality
on-release-notes
Issue/pull request mentioned in release notes
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
connor4312
added
feature-request
Request for new features or functionality
debt
Code quality issues
verification-found
Issue verification failed
verification-needed
Verification of issue is requested
labels
Aug 3, 2021
connor4312
added a commit
that referenced
this issue
Aug 3, 2021
connor4312
added a commit
to microsoft/vscode-node-debug2
that referenced
this issue
Aug 3, 2021
connor4312
added a commit
to microsoft/vscode-node-debug
that referenced
this issue
Aug 3, 2021
connor4312
added a commit
to microsoft/vscode-chrome-debug
that referenced
this issue
Aug 3, 2021
bpasero
added
the
verification-steps-needed
Steps to verify are needed for verification
label
Aug 24, 2021
Steps? |
|
connor4312
removed
the
verification-steps-needed
Steps to verify are needed for verification
label
Aug 24, 2021
weinand
added
on-release-notes
Issue/pull request mentioned in release notes
verified
Verification succeeded
labels
Aug 25, 2021
I've verifed:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
debt
Code quality issues
feature-request
Request for new features or functionality
on-release-notes
Issue/pull request mentioned in release notes
verification-needed
Verification of issue is requested
verified
Verification succeeded
This month we are (finally) removing the legacy Node debug extensions from being built-in. All old debug extensions will still be accessible in the marketplace, but they (including the Chrome and Edge debuggers) will require the
legacy-
prefix in the launch "type" to use. Thedebug.javascript.usePreview
setting is going away.js-debug
will take ownership of the default launch types, and will no longer require thepwa-
prefix. However, we will continue allowing the "pwa-" prefix in launch.json's and the "redirection" logic will ensure launched sessions are prefixed, to avoid breaking extensions that depend on thetype
.The text was updated successfully, but these errors were encountered: