Failure to query Azure Sphere compiler due to -B
unhandled and due to shell escaping in custom configuration args
#8962
Labels
bug
Feature: Configuration
An issue related to configuring the extension or IntelliSense
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
In the process of looking into an IntelliSense issue the Azure Sphere team reported, I noticed some incorrect include paths in the TU.
Log Diagnostics output
Note that there are "x86_64" related include paths in the TU, despite no such paths in the received custom configuration.
When I query the compiler manually (Using the command line that was logged), I get:
The additional paths in the TU appear to be coming from clang, which is the 'default' detected compiler. It's unclear why those paths would be getting merged into this TU, as they are for an entirely different compiler and architecture.
The text was updated successfully, but these errors were encountered: