-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add support for explicit/non-auto pch files #3628
Labels
Milestone
Comments
This feature request is being closed due to insufficient upvotes. When at least 2 upvotes are received, this issue will be eligible for our backlog. |
github-actions
bot
added
the
more votes needed
Issues that have been postponed until more community members upvote it
label
Oct 8, 2020
Closed
github-actions
bot
removed
the
more votes needed
Issues that have been postponed until more community members upvote it
label
Jun 11, 2021
This feature request has received enough votes to be added to our backlog. |
This was referenced Jan 18, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we had a setting to an explicit (build system) pch file then IntelliSense can be configured to re-use the pch file, saving disk and memory usage across all the translation units that use the pch file. VS implements this, but we only support "auto pch" which doesn't share data across TUs.
We could add a setting for this and/or pick it up from compile_commands.json or a custom configuration provider (external build system).
The text was updated successfully, but these errors were encountered: