-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage ServiceenhancementImprovement to an existing featureImprovement to an existing featurefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.help wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.quick fix
Milestone
Description
Feature Request
You can find the official variables here: https://code.visualstudio.com/docs/editor/variables-reference
Currently the only what to make system independent configuration for c_cpp_properties.json is to use stuff like
${env:HOME}/compiler/arm-none-eabi-gcc. As you can see this isn't platform independent as it doesn't work on Windows,
where the alternative would be ${env:USERPROFILE}/compiler/arm-none-eabi-gcc.
So please implement support for ${userHome} as platform independent alias for the node.js homedir():
https://nodejs.org/api/os.html#oshomedir
paulober
Metadata
Metadata
Assignees
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage ServiceenhancementImprovement to an existing featureImprovement to an existing featurefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.help wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.quick fix