Closed tete1030 closed 4 years ago
yesterday when testing I didn't compile, just changed js files. After compiling, I noticed windowsVerbatimArguments
wasn't compatible with child_process
version within vscode. Disabling shell
option works.
@tete1030 Thank you very much.
When spaces exist in any of these paths, like "C:\Program Files\VSCode\data\extensions", this command will fail because spaces are auto separated when execution. Just separating string args to array items is not enough. In windows,
windowsVerbatimArguments
will be auto set, hence spaces are still used as delimiters unless this option is specifically disabled.