vscode-openscad icon indicating copy to clipboard operation
vscode-openscad copied to clipboard

OpenSCAD launch is not working

Open snlitotes opened this issue 10 months ago • 10 comments

Problem If I specify the launch path to e.g.: "openscad.launchPath": "d:\PortableApps\PortableApps\OpenSCADPortable\OpenSCADPortable.exe" then the launcher exits with an error message:

Cannot find the command: "d:\PortableApps\PortableApps\OpenSCADPortable\OpenSCADPortable.exe". Make sure OpenSCAD is installed. You may need to specify the installation path under `Settings > OpenSCAD > Launch Path`

Background To run OpenSCAD in a portable environment there is a wrapper executable needed that must have a different name from openscad.exe. So it is needed that the plugin-launcher is capable to run a launch path that can have an arbitrary name.

snlitotes avatar Apr 26 '24 08:04 snlitotes