How assign PATH variable to program in clear linux?

I need use plagin in vs-code, but vs-code $PATH != system $PATH . I use Clear linux. If i use echo $PATH in terminal, i get:

/usr/lib/go:/usr/lib/go:/usr/lib/go:/usr/bin/haswell:/usr/local/bin:/usr/bin:/opt/3rd-party/bin

But i use VS-code, $PATH:

/app/bin:/usr/bin:/home/lostlang/.var/app/com.visualstudio.code/data/node_modules/bin

How can i make my VS-code $PATH be equal system $PATH? Or how append folder to vs-code $PATH ? :no_mouth:

You must be using the flatpak version. Try the native version from here

extract tar version and copy to /opt
or you can also use rpm version via command sudo rpm -ivh --nodeps code-1.59.0-1628120127.el8.x86_64.rpm . There are other ways also to install rpm you can found on this forum.