Relative Content

Tag Archive for javascriptvisual-studio-codevscode-extensionsvs-extensibility

Vs code extension child_process.exec issue

I am working on a VS Code extension where I have written webviews. If someone clicks on the form button, the terminal generates a command using terminal.sendText(command, true). However, I need a response from the executed command, so I am using the logic below: