Bruno Nogueira Silva
Results
1
issues of
Bruno Nogueira Silva
I am currently using the following configuration in vscode's `settings.json` file: ```json { "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)](https://github.com/APerricone/harbourCodeExtension/blob/0f8209acbecac51926b6fa353fa1692053875e46/client/src/taskProvider.js#L13)...
bug
task