gsergya

Results 2 comments of gsergya

On Windows, it seems, the value of ${workspaceFolder} is resolved incorrectly. It is always prepended with slash ('/'). ![image](https://user-images.githubusercontent.com/60728557/154870088-62cdb22f-b7f9-493b-a8b3-576580f68268.png)

I can confirm the issue on Windows (Windows 11, vscode 1.64.2, asciidoctor 2.9.5 ) ![image](https://user-images.githubusercontent.com/60728557/155115686-3f6d8c0c-eabe-4264-87d4-6c0f39d417f9.png) In order to understand what is going wrong I've replaced "asciidoctor" default command with "echo"....