Flood of processes #102
-
|
Hi, I'm wondering if I'm doing something wrong here. I installed the extension, didn't change any settings. I have latest mise. If I add something like this in either mise.toml of some project currently opened in vscode, or global mise config.toml [env]
WTF="{{ exec(command='ls')}}"I will get a flood of ls processes that would keep growing until I remove that line. I'm using bash, mise is activated in .bashrc with eval "$($HOME/.local/bin/mise activate bash)" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Hi @pavelzherdin, thank you for reporting this issue. Unfortunately, I cannot reproduce the issue you are facing. For example, can you run |
Beta Was this translation helpful? Give feedback.


Huh, this was what was happening to me; I can confirm the same behavior, I put a fix upstream: jdx/mise#6516