Releases: linux-china/vitest-jetbrains-plugin
Releases · linux-china/vitest-jetbrains-plugin
0.6.4
- Update working directory to package's directory if workspaces, and compatible with WebStorm run configuration #30
- Escape test name with
)
and (
#29
0.6.0
- Adjust Vitest line mark icons: green icon to run test, and Vitest icon to debug or run by watch mode
- Add debug support to run Vitests
0.3.0
- Add indication for failure test method
0.2.4
- Add WSL support
- Compatible with JetBrains IDEs 2022.*
0.2.3
- support vitest globals: Please reload the project if you enable globals support first time.
// vite.config.ts
import {defineConfig} from 'vitest/config'
export default defineConfig({
test: {
globals: true,
},
})
0.2.1
Thanks @userquin
- Split vite and vitest configuration files
- vite png icon (16x16) optimized
0.2.0
- Fix Windows not running because path problem. Thanks @userquin
- Add Vitest icon and short title for Vitest test window. In watch mode, you will find bright green dot with Vitest icon.
- describe method marked as run_run icon
0.1.0
- Initial version: run tests only