-
Notifications
You must be signed in to change notification settings - Fork 174
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
fix pyo3 build thrashing cross-IDE #2933
Comments
for the pyo3 build thrashing, the recommended approach is actually to set the env var The vscode settings help with this in a different way, it sets rust-analyzer to use it's own build directory instead of sharing it with I'm not a jetbrains user, but I'm sure there's likely a way to set their analyzer to use a custom path. Set it to something like I personally prefer keeping IDE specific settings out of the core repo, and instead add it to a contributors guide. |
perhaps we can set
seems to fix |
.idea
settings perhaps?
or at least let's figure out how we can get pyo3 to stop recompiling all
the time when I am using JetBrains. How did we fix this for VSC?
looks lke we did
/~https://github.com/Eventual-Inc/Daft/blob/main/.vscode/settings.json#L3
however I am confused about details about how this works and if IntelliJ
is what is causing things to recompile for me
The text was updated successfully, but these errors were encountered: