8000 Support for `${userHome}` · Issue #11756 · microsoft/vscode-cpptools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support for ${userHome} #11756
Closed
Closed
@paulober

Description

@paulober

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

Metadata

Metadata

Assignees

Labels

Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseLanguage ServiceenhancementImprovement to an existing featurefixedCheck the Milestone for the release in which the fix is or will be available.help wantedCan be fixed in the public (open source) repo.quick fix

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0