Page 1 of 1

access to global user settings

Posted: 16 September 2023, 11:27
by petipoisson
I guess that my question is a newby question. :?
In Setting up BGA Development environment using VSCode / "Intellisense - Navigation/Auto-complete" / PHP Intellisense,
It is proposed to modify the global user settings.
How can we access to those global user settings ?
thanks !

Re: access to global user settings

Posted: 16 September 2023, 12:12
by RicardoRix

Re: access to global user settings

Posted: 16 September 2023, 16:33
by robinzig
I believe the OP was referring to VS Code settings - not anything to do with BGA framework code.

Assuming I'm not misinterpreting, there's a guide here from Microsoft https://code.visualstudio.com/docs/getstarted/settings

Re: access to global user settings

Posted: 16 September 2023, 18:20
by petipoisson
Thanks both !
It was actually related to VSCode settings. I still don't know where is the global settings file, but I managed to aply the modification through the VSCode interface.
thanks