d-language-server / vscode-dlang

D language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-dls
MIT License
22 stars 7 forks source link

Expand Configuration Variables #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

Environment variables from settings.json aren't expanded when passed to DLS.

[2018-Dec-31 19:11:07.602] [I] Importing directories: ["${workspaceFolder}/two/"]
// Settings.json
{
    "d.dls.symbol.importPaths": [
        "${workspaceFolder}/two/",
    ]
}
ghost commented 5 years ago

My mistake, I thought this was supported in VS Code :/.