From 5a9c0cfbe09b9d896046a064947ef3dae1bedd7c Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Tue, 27 Apr 2021 16:07:08 +0800 Subject: [PATCH 1/2] adopt workspaceTrust in package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 3dde151b..1d07d843 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,11 @@ "preview": true, "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516", "icon": "logo.png", + "enableProposedApi": true, + "workspaceTrust": { + "request": "onDemand", + "description": "Extension may require your trust on workspace for code execution." + }, "keywords": [ "java", "debug", From 6ac74c6c0bc64ff62250d03134066d2ed859023c Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Wed, 28 Apr 2021 13:11:36 +0800 Subject: [PATCH 2/2] Update package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1d07d843..32955dba 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "preview": true, "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516", "icon": "logo.png", - "enableProposedApi": true, "workspaceTrust": { "request": "onDemand", "description": "Extension may require your trust on workspace for code execution."