Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Paths can't go back one level folder #75

Open
ns-bruno opened this issue May 21, 2021 · 0 comments
Open

Include Paths can't go back one level folder #75

ns-bruno opened this issue May 21, 2021 · 0 comments

Comments

@ns-bruno
Copy link

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 ..\\.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants