From e7da8b1ce7e2b4e24b04aff5b373e79288ea7682 Mon Sep 17 00:00:00 2001 From: Ashesh <3626859+Ashesh3@users.noreply.github.com> Date: Sun, 27 Jun 2021 11:52:05 +0530 Subject: [PATCH] Node 16.x breakpoint warning resolved in 16.4 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: https://github.com/nodejs/node/pull/38273 --- src/targets/node/nodeBinaryProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/targets/node/nodeBinaryProvider.ts b/src/targets/node/nodeBinaryProvider.ts index bcad75962..83a406ea2 100644 --- a/src/targets/node/nodeBinaryProvider.ts +++ b/src/targets/node/nodeBinaryProvider.ts @@ -75,7 +75,7 @@ const warningMessages: ReadonlyArray = [ inclusiveMax: new Semver(16, 3, 99), message: localize( 'warning.16bpIssue', - 'Some breakpoints might not work in your version of Node.js. We suggest temporarily downgrading to Node 14. Details: https://aka.ms/AAcsvqm', + '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', ), }, {