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"