You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang version: Apple clang version 11.0.3 (clang-1103.0.32.62)
What happens:
EasyClangComplete works fine as far as I can see (I have CMake projects so "it just works"). I want to know if and what setting is used to control where EasyClangComplete generates its files (specifically its cmake-builds directory). Right now it is putting its own directory in /private/var/folders/.../.../T/EasyClangComplete/ which is probably fine for out-of-the-box usage but I would like to control where any and all files relating my projects are stored (to keep an eye on them and in case I need to do anything by hand, manually for whatever reason).
Does this exist as a setting in EasyClangComplete, if not could it be added? If not add'able then where in the source code is this handled, generally and/or specifically (I would at least like to attempt to manually set it to another location). I really love the plugin, it's a definite plus to the Sublime Text environment, but I like to maintain control over where any and all project files reside no matter if they are plugin related or not.
Please and thanks.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just comment here to prevent this from happening.
System info:
3.2.2 (Build 3211)
macOS Catalina 10.15.7
Apple clang version 11.0.3 (clang-1103.0.32.62)
What happens:
EasyClangComplete works fine as far as I can see (I have CMake projects so "it just works"). I want to know if and what setting is used to control where EasyClangComplete generates its files (specifically its cmake-builds directory). Right now it is putting its own directory in
/private/var/folders/.../.../T/EasyClangComplete/
which is probably fine for out-of-the-box usage but I would like to control where any and all files relating my projects are stored (to keep an eye on them and in case I need to do anything by hand, manually for whatever reason).Does this exist as a setting in EasyClangComplete, if not could it be added? If not add'able then where in the source code is this handled, generally and/or specifically (I would at least like to attempt to manually set it to another location). I really love the plugin, it's a definite plus to the Sublime Text environment, but I like to maintain control over where any and all project files reside no matter if they are plugin related or not.
Please and thanks.
The text was updated successfully, but these errors were encountered: