DotJoshJohnson / vscode-xml

XML Tools for Visual Studio Code
MIT License
324 stars 86 forks source link

fix #206 Allow custom xqueryExecutionArguments ordering #297

Closed somelinguist closed 4 years ago

somelinguist commented 4 years ago

These changes fix the behavior described in #206.

String.search() returns -1 when no match is found, not false.

Matching args[i-1] presented the wrong preset for the prompt for the output argument and save the wrong index for outputPath.

DotJoshJohnson commented 4 years ago

Thank you!