Shota Jolbordi
Shota Jolbordi
Had the same issue, removed plugins from `~/.oh-my-zsh/custom/plugins/` and then re-installed them via Syntax highlighting ``` git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting ``` Autosuggestions ``` git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ```
@kennydefie Have you been able to use it?
I'm having the same issue, in my case in VSCode, here are the logs ``` 2023.09.10 03:35:59 INFO Started: Metals version 1.0.1 in folders '/Users/shota/Code/iohk/atala-prism-building-blocks' for client Visual Studio Code...
@Raju Have you been able to resolve the issue?