harbourCodeExtension icon indicating copy to clipboard operation
harbourCodeExtension copied to clipboard

Include Paths can't go back one level folder

Open ns-bruno opened this issue 4 years ago • 0 comments

I am currently using the following configuration in vscode's settings.json file:

{
    "harbour.compilerExecutable": "..\\compiler\\xharbour\\bin\\harbour.exe",
    "harbour.extraOptions": "..\\Compiler\\xharbour\\include",
    "harbour.extraIncludePaths": [
        "..\\Compiler\\fwh_2002\\include",
        "..\\Compiler\\xharbour\\include"
    ],
}

I realized that the function resolvePredefinedVariables(v) cannot go back one level of the current project folder (Workspace Folder) using ..\\ as you can see in the example of settings.json above.

So it would be interesting and of great help implement the resolvePredefinedVariables (v) to accept back level using ..\\.

ns-bruno avatar May 21 '21 20:05 ns-bruno