mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
chore: Add vitest extension for vs code test execution (#11414)
This commit is contained in:
parent
3cd804fe1d
commit
3f30a08c8a
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -7,6 +7,7 @@
|
||||||
"EditorConfig.EditorConfig",
|
"EditorConfig.EditorConfig",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
"mjmlio.vscode-mjml",
|
"mjmlio.vscode-mjml",
|
||||||
"Vue.volar"
|
"Vue.volar",
|
||||||
|
"vitest.explorer"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue