jasonterando / vscode-php-tdd

Microsoft Visual Code Extension to support PHP Test Driven Development
https://marketplace.visualstudio.com/items?itemName=jasonterando.vscode-php-tdd
MIT License
3 stars 2 forks source link

A problem when installing an extension to dir with spaces #5

Closed spawnnnnn closed 3 years ago

spawnnnnn commented 3 years ago

Problem in file php-file-parser-service.js on line 82 - directory with spaces is not working

fix: args.push('"' + path.join(path.dirname(__dirname), 'dump.php') + '"');

jasonterando commented 3 years ago

Thanks! I've implemented the fix and published the update (version 0.0.7). Sorry it took so long, had to blow the dust off of the project.