From 92d9ff1b862bf9fd47144ab8737ce57809addff0 Mon Sep 17 00:00:00 2001 From: zepeng cai Date: Tue, 22 Jun 2021 10:40:57 +0800 Subject: [PATCH] feat: support workspace trust --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 604c5ec2..c0e31cd7 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,11 @@ "Snippets", "Formatters" ], + "capabilities": { + "untrustedWorkspaces": { + "supported": true + } + }, "activationEvents": [ "onLanguage:yaml" ],