Hello, To open the settings : ```powershell code %APPDATA%\Code\User\settings.json ``` i have my common lib folder there : ```json "autoit.includePaths": [ "C:\\DEV\\CODE\\processData\\Interfaces\\_Lib" ], ``` also the reg is set the same ```powershell PS C:\DEV\CODE\processData> (Get-ItemProperty -Path "HKCU:SOFTWARE\AutoIt v3\Autoit\").Include C:\DEV\CODE\processData\Interfaces\_Lib ``` but F12 on a function stop working i would like to test the extention but i didn't find how to build them i'm on W11