Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Aug 3, 2023
1 parent 193e56a commit 8b146e2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ dist
yarn.lock
*.vsix

.DS_Store
.DS_Store
.idea
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
SOFTWARE.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -19,8 +19,8 @@
"runner",
"codelens"
],
"repository": "git@github.com:kwai-explore/vscode-vitest-runner.git",
"author": "kingwl <kingwenlu@gmail.com>",
"repository": "https://github.com/rluvaton/vitest-vs-code-plugin.git",
"author": "Raz Luvaton",
"activationEvents": [
"onLanguage:typescript",
"onLanguage:javascript",
Expand Down

0 comments on commit 8b146e2

Please sign in to comment.