-
Notifications
You must be signed in to change notification settings - Fork 50
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
Custom environment variables for meson configuration #9
Comments
Any progress on this? |
This would probably be a pretty small PR if someone wanted to pick this up. I agree this would be a good nice to have. |
Note that in the case of |
I'd like to second this! My use case is a VSCodium session SSH'd into a Fedora Toolbox container. I'd like to be able to set the (For actually running the build product, you can set these environment variables in I'd love to contribute this feature myself, if someone could give me a pointer on where to start. (I'm new to VSCode/VSCodium in general.) Would it be as simple as adding a configuration object to the Line 42 in 10eb43d
|
Hello Mr. gjs :) If you look at that exec() function, it is using |
Thanks very much! 😄 What would be a good place for the setting to live at, then? I'm not too familiar yet with VSCode so I don't really have a sense of this. Would it be a setting specific to the vscode-meson extension? |
It should go in the package.json file. Should be fairly obvious where to put it! |
Meson requires
PKG_CONFIG_PATH
to find some dependencies, and even though I setup my PS profile to include this var, I cannot set it as the default shell, as it breaks many Linux tooling. Currently I can't seem to find a way to tell the extension to include extra env vars during the configuration step.The text was updated successfully, but these errors were encountered: