Skip to content

Commit 8b146e2

Browse files
committed
first commit
1 parent 193e56a commit 8b146e2

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ dist
106106
yarn.lock
107107
*.vsix
108108

109-
.DS_Store
109+
.DS_Store
110+
.idea

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
MIT License
22

3+
Copyright (c) 2023-now Raz Luvaton
34
Copyright (c) 2022 Wenlu Wang
45

56
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
1819
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2021
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22+
SOFTWARE.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# vscode-vitest-runner
1+
# vscode-vitest
22

3-
Run your test case by vitest.
3+
Vitest runner for vscode that actually works
44

5-
![preview](https://github.com/kwai-explore/vscode-vitest-runner/blob/main/docs/preview.png?raw=true)
5+
Supports:
6+
-
7+
![preview](https://github.com/rluvaton/vitest-vs-code-plugin/blob/main/docs/preview.png?raw=true)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "vscode-vitest-runner",
3-
"displayName": "Vitest Runner",
4-
"version": "0.0.4",
2+
"name": "vscode-vitest",
3+
"displayName": "Vitest Runner for VSCode that actually work",
4+
"version": "0.0.1",
55
"main": "dist/index.js",
66
"icon": "logo.png",
77
"license": "MIT",
8-
"description": "Vitest case runner.",
9-
"publisher": "kingwl",
8+
"description": "Vitest Runner for VSCode that actually work",
9+
"publisher": "rluvaton",
1010
"engines": {
1111
"vscode": "^1.65.0"
1212
},
@@ -19,8 +19,8 @@
1919
"runner",
2020
"codelens"
2121
],
22-
"repository": "git@github.com:kwai-explore/vscode-vitest-runner.git",
23-
"author": "kingwl <kingwenlu@gmail.com>",
22+
"repository": "https://github.com/rluvaton/vitest-vs-code-plugin.git",
23+
"author": "Raz Luvaton",
2424
"activationEvents": [
2525
"onLanguage:typescript",
2626
"onLanguage:javascript",

0 commit comments

Comments
 (0)