From c1c61b4f7ae388e74cbf7511c2283b4949b5adca Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Mon, 9 Aug 2021 08:52:04 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Flag=20repo=20as=20preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 11dd10e3..b556f173 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![License: MIT](https://img.shields.io/npm/l/tslog?logo=tslog&style=flat-square)](https://tldrlegal.com/license/mit-license) [![GitHub stars](https://img.shields.io/github/stars/pester/vscode-adapter?style=social)](https://github.com/pester/vscode-adapter) +🚧 THIS EXTENSION IS IN PREVIEW STATE, THERE ARE GOING TO BE BUGS 🚧 + This extension provides the ability to run [Pester](https://pester.dev/) tests utilizing the native [Testing functionality](https://code.visualstudio.com/updates/v1_59#_testing-apis) first introduced in Visual Studio Code 1.59 diff --git a/package.json b/package.json index 93b53cff..24e6ccde 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.0.0-source", "publisher": "pspester", "license": "MIT", + "preview": true, "repository": "https://github.com/pester/vscode-adapter", "engines": { "vscode": "^1.59.0"