Dear,
I use NRF connect for VScode and I installed SDK V1.8.0 with the nrf for desktop toolchain manager application. The hardware I use is NRF5340. I want to use pin p0.27 as a GPIO output pin to write 1 or 0 to that pin. This is a part of my code:

This should configure it as output with some other configurations as specified here:

Now when I hover over the nrf_gpio_cfg() function with my mouse I get this pop-up message:

And when I want to build I get the following error:

When I leave the nrf_gpio_cfg() command out of my code, I don't get any errors so I think it has to do that it doesn't recognize the command somewhere but I have no idea.
Kind regards
AD41