Yes i can see it now.
The processes tab is like using htop (No consolidated figures)
But why isn’t it like other applications like firefox and obsidian
You can verify if this is true by looking at vscodium’s desktop file. Navigate to /usr/share/applications and look for vscodium.desktop or something similar. Inside the desktop file, look for the Exec entry.
The application must name its desktop file in accordance with the naming recommendations in the introduction section (e.g. the filename must be like org.example.FooViewer.desktop). The application must have a D-Bus service activatable at the well-known name that is equal to the desktop file name with the .desktop portion removed (for our example, org.example.FooViewer). The above interface must be implemented at an object path determined as follows: starting with the well-known D-Bus name of the application, change all dots to slashes and prefix a slash. If a dash (‘-’) is found, convert it to an underscore (‘_’). For our example, this is /org/example/FooViewer.