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

Fix forced include resolution #12035

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Conversation

Colengms
Copy link
Collaborator

Prevents forced-includes from being automatically parented to the workspace folder if not an absolute path. This appears to have regressed at some point, as the native code expects to resolve forced-includes against include paths.

Adds a bool to certain routines that would otherwise prepend the workspace folder, and passes false where forcedInclude is invovled.

Also removed a redundant call to handleConfigurationChange, which was causing the initial configuration to be processed twice on the native side. This may slightly improve startup performance.

@sean-mcmanus
Copy link
Collaborator

This is for 1.20.0, right?

@Colengms Colengms merged commit a877c6f into main Mar 6, 2024
4 checks passed
@Colengms Colengms deleted the coleng/fix_forced_include_resolution branch March 6, 2024 22:15
@sean-mcmanus sean-mcmanus added this to the 1.20.0 milestone Mar 25, 2024
@sean-mcmanus sean-mcmanus added this to Pull Request in 1.20 via automation Mar 25, 2024
@sean-mcmanus sean-mcmanus moved this from Pull Request to Done in 1.20 Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.20
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants