hikarin522 / GlassIt-VSC

VS Code Extension to set window to transparent on Windows platform.
https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit
MIT License
203 stars 21 forks source link

Fix PID fetch for VS Code forks like "VS Codium" #27

Closed bbergeron0 closed 2 years ago

bbergeron0 commented 2 years ago

Hi, I've noticed the extension didn't worked with VS Codium on Linux, a telemetry-free, MIT-licensed fork of VS Code. The problem is VS Codium labeled it's process "codium", not "code". This PR solve this by first retrieving the process title, which is then used to retrieve all running instances PID, no matter which flavor of VS Code the user is currently running.

Whallas commented 2 years ago

Guys also has Code - OSS, the cleanest open-source version of VSCode.