Alex Gorbatchev
Alex Gorbatchev
Not currently implemented.
I'll second what @oseughu said, this is one of my favorite extensions! Thank you!
I'm seeing the same behavior. Windows host, devcontainer in docker. I also have my apps running in docker, so essentially docker in docker. Accessing forwarded ports from host can take...
Double check if VSCode shell integration is setup via your shell AND enabled in VSCode settings: 
``` New-Item -ItemType SymbolicLink -Path $Path -Target $Target -Force | Out-Null ``` Additional context: ``` $ komorebi check ... KOMOREBI_CONFIG_HOME detected: C:\Users\...\Documents\PowerShell\02-configs\komorebi\config ... ``` `PowerShell` here is also a symlink...
``` $ komorebi.exe komorebi.exe 2025-05-19T18:00:34.297479Z INFO foreground_lock_timeout: komorebi::windows_api: current value of ForegroundLockTimeout is 0 2025-05-19T18:00:34.301515Z INFO komorebi: creating window manager from static configuration file: C:\Users\Alex Gorbatchev\Documents\PowerShell\02-configs\komorebi\config\komorebi.json 2025-05-19T18:00:34.305118Z INFO komorebi::border_manager: purging...
Apologies for the delay. So I was experimenting with the config path and settings trying to find a "working combination", that's why the logs are somewhat different from one another....
@pu-007 side question, how did you change file explorer font to monospaced?
Interesting. However, the check does fail on malformed .json file.
This config causes my neovim (0.10) to freeze for about a minute on a macbook pro m3 ```lua { pattern = "([^.]+).(tsx?)$", target = { { target = "**/%1.test.%2", context...