JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
540 stars 70 forks source link

New command 'blender.startDefault' #133

Open Griperis opened 1 year ago

Griperis commented 1 year ago

Launches blender executable without prompting user to select version based on 'defaultExecutableIndex' settings value. By default this launches first Blender available.

image

Closes #114 #102

Griperis commented 1 year ago

Also there is possibility to implement this without adding the settings. There would be only the command addition that starts the first specified executable as default without prompting user to select version.