P403n1x87 / austin-vscode

Austin extension for Visual Studio Code
MIT License
21 stars 4 forks source link

fix: regression for handling whitespaces in args #70

Closed P403n1x87 closed 1 month ago

P403n1x87 commented 1 month ago

We fix a regression for the handling of whitespaces in command arguments. According to the documentation for spawn, the arguments don't need to be enquoted beforehand, and doing so actually breaks the support for whitespaces.

Fixes #42 #62 #64