mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorebi not managing Visual Studio Code after installing the "Vibrancy Continued" extension. #671
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @santiagoavs on GitHub (Sep 1, 2025).
Summary
I installed the Vibrancy Continued extension on Visual Studio Code 1.103.2, and when I ran the command for the application of Vibrancy (>Reload Vibrancy) and reloaded vscode, suddenly Komorebi stopped managing it. I know why the "Your Code installation appears to be corrupt" advertise shows up, Vibrancy modifies some code that visual studio reads as corrupt, but I don't know if this makes some trouble with Komorebi. In the configuration of Komorebi I didn't have any rule at all, so I made one to see if Komorebi could recognize the vscode window with that, but it didn't work. I made the rule after looking at the window information with Spy++ so I could get the window class right. How could I solve this?
Version Information
The version of Windows I'm using is Windows 11 Home, the version is: 10.0.26100 N/A Build 26100
Visual Studio Code version and some more information:
Version: 1.103.2 (user setup)
Commit: 6f17636121051a53c88d3e605c491d22af2ba755
Date: 2025-08-20T16:45:34.255Z
Electron: 37.2.3
ElectronBuildId: 12035395
Chromium: 138.0.7204.100
Node.js: 22.17.0
V8: 13.8.500258-electron.0
OS: Windows_NT x64 10.0.26100
Komorebi version:
komorebic 0.1.37
tag:v0.1.37
commit_hash:00384ce3
build_time:2025-05-17 19:16:53 +00:00
build_env:rustc 1.87.0 (17067e9ac 2025-05-09),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
This is my komorebi.ahk configuration in a txt
komorebi-ahk.txt
Output of komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\santi.komorebi
Looking for configuration files in C:\Users\santi.komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Your configuration file contains some options that have been renamed or deprecated:
"applications.yaml" is now "applications.json"
"focus_follows_mouse" is now end-of-life
End-of-life features will not receive any further bug fixes or updates; they should not be used
Found C:\Users\santi.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Sep 2, 2025):
If this VSCode mod changes the transparency attributes of the window, it will not be managed; komorebi only supports modifying the transparency of windows through the window manager, not through configuration options or extensions in applications themselves.
@santiagoavs commented on GitHub (Sep 5, 2025):
Thanks for the acclaration.