Skip to main content

I have two bp file that both exist in Github: IO.BP and WEBAPPS.BP.  I have a subroutine in WEBAPPS.BP that I am updating in vscode.  It has this include statement “$INCLUDE IO.BP IO.INS”  vscode still shows all the variables using that file as undefined variables.  I have tried adding them to the includeMapping, but it still doesn’t fix it.  Both folders exist in c:\git-workspace\IO.BP and c:\git-workspace\WEBAPPS.BP.  This is for Universe. I also tried adding the folder to the workspace. How can I fix this in vscode? Â