From a7537ab306e41407fe1bb838004749f615e0c954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 13 Sep 2018 11:37:34 +0200 Subject: [PATCH] remove proposed api usage --- product.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/product.json b/product.json index ed3ced1c1be..e95e36c0ec8 100644 --- a/product.json +++ b/product.json @@ -17,9 +17,5 @@ "win32ShellNameShort": "C&ode - OSS", "darwinBundleIdentifier": "com.visualstudio.code.oss", "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", - "urlProtocol": "code-oss", - "extensionAllowedProposedApi": [ - "ms-vscode.node-debug", - "ms-vscode.node-debug2" - ] + "urlProtocol": "code-oss" } -- GitLab