It would be useful to be able to include files from workspace root by formating the include with a leading /
Example
Given the directory structure
workspace
├─ libs/
│ └─ lib.lsl
└─ src/
└─ main.lsl
If main.lsl can use the following include
To reference lib.lsl
It would be useful to be able to include files from workspace root by formating the include with a leading
/Example
Given the directory structure
If
main.lslcan use the following includeTo reference
lib.lsl