Skip to content

Commit c66a362

Browse files
authoredAug 15, 2024··
chore: add recommendations extensions vitest (#11610)
1 parent c96ec67 commit c66a362

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["vitest.explorer"]
3+
}

‎vitest.workspace.ts

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { defineWorkspace } from 'vitest/config'
2+
3+
export default defineWorkspace([
4+
'./vitest.unit.config.ts',
5+
'./vitest.e2e.config.ts',
6+
])

0 commit comments

Comments
 (0)
Please sign in to comment.