I have my default shell defined as /bin/bash, when I open vscode terminal it is defined as default profile, with some defined aliases (for pandoc).
However, whenever I invoke the Pandoc Render > docx, I get the error
stderr: /bin/sh: line 1: pandoc: command not found
I do not understand why is the extension using a different shell? How/where to change this?
I have my default shell defined as
/bin/bash, when I open vscode terminal it is defined as default profile, with some defined aliases (for pandoc).However, whenever I invoke the Pandoc Render > docx, I get the error
I do not understand why is the extension using a different shell? How/where to change this?