mark extension as preview

This commit is contained in:
2021-12-06 16:14:44 +03:00
parent d318fdf42c
commit ab0ee68bd1

View File

@@ -3,6 +3,7 @@
"displayName": "Git User Check", "displayName": "Git User Check",
"description": "Checking the user's compliance with the repository", "description": "Checking the user's compliance with the repository",
"version": "0.0.1", "version": "0.0.1",
"preview": true,
"engines": { "engines": {
"vscode": "^1.62.0" "vscode": "^1.62.0"
}, },