`extension.js` line 28: `var root = vscode_1.workspace.rootPath;` `root` contains spaces in it, so that when executing `cmd.exec()`, path cannot be passed correctly.
extension.jsline 28:var root = vscode_1.workspace.rootPath;rootcontains spaces in it, so that when executingcmd.exec(), path cannot be passed correctly.