Skip to content

[Language Server] Support for VS Code variables in MSBuild global property overrides #175

@tintoy

Description

@tintoy

This would allow populating MSBuild property values by expanding expressions such as ${workspaceRoot}.

For example:

{
    "msbuildProjectTools.msbuild.globalProperties": {
        "MyProperty": "${workspaceRoot}/Foo.sln"
    }
}

Relates to #164.

Metadata

Metadata

Assignees

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions