trying to solve post-command latency #2359
|
I haven't been able to see how to solve this so here I am. Even using the simplest configuration file I can think of --and using a SSD to store the program--, I'm getting almost half a second of delay after a command has been executed, and before the next prompt spawns. Video demonstration of latency: System32.2022-06-01.14-17-41_Trim.mp4As you can see, the command doesn't take long to execute, but the problem seems to come when the program loads the prompt. Config file: And --for some reason-- I don't mean to blame any dev for this thing since I'm a big noob at OhMyPosh. Have you ran through this kind of problem? How did you solve it? |
Replies: 1 comment 1 reply
|
@nlguerra2003 make sure to add an exclusion to Defender or any other virus scanning tool. The execution is blocked as oh-my-posh itself takes 17ms start to finish. |
@nlguerra2003 make sure to add an exclusion to Defender or any other virus scanning tool. The execution is blocked as oh-my-posh itself takes 17ms start to finish.