This variable controls the parsing of name files at using the IMPORT FGL statement with resources located in sub-folders.
By default, it is set to true. That
For LVSCE, this variable can be set in .fglproject file, <workspace_name>.code-worskpace.json file, or in settings.json.
Syntax
QX_ALLOW_DOT_PACKAGE_SEPARATOR=<true, false>
Usage and Examples
Configuration in a .json file:
...
"lycia.buildOperations: DefaultBuildEnvironment": [
{"name": "QX_ALLOW_DOT_PACKAGE_SEPARATOR","value": "false"}
],
...
Configuration in .fglproject file:
<buildVariable name="QX_ALLOW_DOT_PACKAGE_SEPARATOR" value="false"/>