From 7f60533174d5416e1f5fae9458439d80f778e8ea Mon Sep 17 00:00:00 2001 From: Daniel Rochetti Date: Wed, 19 Apr 2023 06:38:03 -0700 Subject: [PATCH] mark extension as preview --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3d5d6de..7f05d96 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "The fal-serverless extension with @isolated and Python cloud execution support", "publisher": "fal-ai", "version": "0.0.1", + "preview": true, "engines": { "vscode": "^1.77.0" },