Skip to content

Stop using enableBreakpointsFor in package.json under debuggers contribution #424

Description

@isidorn

Hi VS Code dev here 👋

Please stop using the enableBreakpointsFor field in your package.json.
It is deprecated and we will stop supporting it in our next stable release (in a month).
Here's where you use it https://github.com/felixfbecker/vscode-php-debug/blob/master/package.json#L119

Here's an alternative how you should use it
https://github.com/microsoft/vscode-mock-debug/blob/master/package.json#L112

So the breakpoints attribute is no longer under debuggers that is the difference.

Here's how react native tackled this deprecation microsoft/vscode-react-native#1450

All the best
isidor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions