Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remember the path to the Blender executable? #102

Open
johschmitz opened this issue Jun 6, 2021 · 0 comments
Open

How to remember the path to the Blender executable? #102

johschmitz opened this issue Jun 6, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@johschmitz
Copy link
Contributor

Everytime I launch blender with command:blender.start it asks me for the path to the blender executable. How can I make it remember the path?

I also would like to use it in tasks.json and just press CTRL+SHIFT+B to launch blender without pressing RETURN to confirm the path over and over again like this:

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Launch Blender",
            "command": "${command:blender.start}",
            "problemMatcher": [],
            "group": {
                "kind": "build",
                "isDefault": true
            }
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants