From 98c58dfe9a793c0ac9084b3beb83692bfd25c582 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 29 Jan 2018 14:12:45 -0800 Subject: [PATCH] Include extensionAllowedProposedApi extensions in OSS product.json --- product.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/product.json b/product.json index cbb7fbae771..e1ff870df9f 100644 --- a/product.json +++ b/product.json @@ -15,5 +15,9 @@ "win32ShellNameShort": "C&ode - OSS", "darwinBundleIdentifier": "com.visualstudio.code.oss", "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", - "urlProtocol": "code-oss" + "urlProtocol": "code-oss", + "extensionAllowedProposedApi": [ + "ms-vscode.node-debug", + "ms-vscode.node-debug2" + ] } \ No newline at end of file