Skip to content

Commit e93c6d6

Browse files
authored
Node 16.x breakpoint warning resolved in 16.4 (#1044)
Since the said issue is resolved and shipped in 16.4, Suggesting users to downgrade is a bad idea, instead they should be recommended to upgrade to the latest release to resolve this issue. Reference: nodejs/node#38273
1 parent 489fc21 commit e93c6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/node/nodeBinaryProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const warningMessages: ReadonlyArray<IWarningMessage> = [
7575
inclusiveMax: new Semver(16, 3, 99),
7676
message: localize(
7777
'warning.16bpIssue',
78-
'Some breakpoints might not work in your version of Node.js. We suggest temporarily downgrading to Node 14. Details: https://aka.ms/AAcsvqm',
78+
'Some breakpoints might not work in your version of Node.js. We recommend upgrading for the latest bug, performance, and security fixes. Details: https://aka.ms/AAcsvqm',
7979
),
8080
},
8181
{

0 commit comments

Comments
 (0)