From ab0ee68bd1ce0b3b11c0fc05e901564f127c6716 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 6 Dec 2021 16:14:44 +0300 Subject: [PATCH] mark extension as preview --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 90086c6..7111cdd 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "displayName": "Git User Check", "description": "Checking the user's compliance with the repository", "version": "0.0.1", + "preview": true, "engines": { "vscode": "^1.62.0" },