From 8b146e2e0c68ee05ff60fa5b7c9ac1c72a38b42d Mon Sep 17 00:00:00 2001 From: Raz Luvaton <16746759+rluvaton@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:41:12 +0300 Subject: [PATCH] first commit --- .gitignore | 3 ++- LICENSE | 3 ++- README.md | 8 +++++--- package.json | 14 +++++++------- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index cfe07f4..bb611d0 100644 --- a/.gitignore +++ b/.gitignore @@ -106,4 +106,5 @@ dist yarn.lock *.vsix -.DS_Store \ No newline at end of file +.DS_Store +.idea diff --git a/LICENSE b/LICENSE index ae08aec..fe50279 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2023-now Raz Luvaton Copyright (c) 2022 Wenlu Wang Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index bdfebc2..d27eb45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# vscode-vitest-runner +# vscode-vitest -Run your test case by vitest. +Vitest runner for vscode that actually works -![preview](https://github.com/kwai-explore/vscode-vitest-runner/blob/main/docs/preview.png?raw=true) +Supports: +- +![preview](https://github.com/rluvaton/vitest-vs-code-plugin/blob/main/docs/preview.png?raw=true) diff --git a/package.json b/package.json index bda21ee..2f1ceba 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "vscode-vitest-runner", - "displayName": "Vitest Runner", - "version": "0.0.4", + "name": "vscode-vitest", + "displayName": "Vitest Runner for VSCode that actually work", + "version": "0.0.1", "main": "dist/index.js", "icon": "logo.png", "license": "MIT", - "description": "Vitest case runner.", - "publisher": "kingwl", + "description": "Vitest Runner for VSCode that actually work", + "publisher": "rluvaton", "engines": { "vscode": "^1.65.0" }, @@ -19,8 +19,8 @@ "runner", "codelens" ], - "repository": "git@github.com:kwai-explore/vscode-vitest-runner.git", - "author": "kingwl ", + "repository": "https://github.com/rluvaton/vitest-vs-code-plugin.git", + "author": "Raz Luvaton", "activationEvents": [ "onLanguage:typescript", "onLanguage:javascript",