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

Allow to set godotTools.editorPath.godot4 value to environment variable #807

Open
cortrano opened this issue Feb 27, 2025 · 1 comment
Open

Comments

@cortrano
Copy link

Godot version

4.3 stable

VS Code version

1.97.2

Godot Tools VS Code extension version

2.4.0

System information

Windows 11

Problem statement

Now i can't set godot path using environment variable
working:

settings.json
{
    "godotTools.editorPath.godot4": "c:\\Software\\Godot_v4.3-stable_mono_win64\\Godot_v4.3-stable_mono_win64.exe"
}

not working:
settings.json

{
    "godotTools.editorPath.godot4": "${env:GODOT_PATH}"
}

Proposed solution

Add environment variable parsing

@cortrano cortrano changed the title Allow set godotTools.editorPath.godot4 value to environment variable Allow to set godotTools.editorPath.godot4 value to environment variable Feb 27, 2025
@DaelonSuzuka
Copy link
Collaborator

Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants