You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update imports to use node: prefix and improve code structure
- Changed imports from 'fs' and 'path' to 'node:fs' and 'node:path' across multiple files.
- Refactored BuildToolService to use a BatchCommandOptions interface for better argument handling.
- Enhanced error handling and logging in various methods.
- Simplified regex handling for XML parsing and control character stripping.
- Updated test files to reflect changes in BuildToolService and ConfigurationService.
- Adjusted TypeScript configuration to target ES2021.
- Updated vitest configuration to use 'node:url' for consistency.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "spock-test-runner-vscode-tr",
3
3
"displayName": "Spock Test Runner & Debugger",
4
4
"description": "Run, debug, and measure code coverage of Spock Framework (Groovy) tests using Gradle or Maven, with native VS Code Test Explorer integration",
5
-
"version": "0.1.5",
5
+
"version": "0.1.6",
6
6
"copyright": "Copyright 2025 Lukas Zaruba, Copyright 2026 Tomasz Rup",
0 commit comments