From d12554487c95fcb5ca074d532f654ccf6ac83770 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 4 Oct 2022 00:21:41 +0200 Subject: [PATCH] Remove deprecated code configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f62ecf67..46a93bdf 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "type": "pwa-node", + "type": "node", "request": "launch", "name": "Launch Test Debug", "cwd": "${workspaceFolder}", @@ -16,7 +16,7 @@ "stopOnEntry": true }, { - "type": "pwa-node", + "type": "node", "request": "launch", "name": "Launch Benchmark Debug", "cwd": "${workspaceFolder}", -- 2.34.1