Hi, anyone using vscode 1.92.0 + Julia 1.10.4? Recently, I found that code suggestions are very slow (3 sec lagging), and execution of code line just finished written has to wait seconds to act. My extensions installed are like this:
Are you using separate Julia environments? I found the vscode extension very slow until I realised it was because I had hundreds of packages installed into my default Julia 1.10 environment.
Donald, thanks for reminding me! I just found the number of packages might be relevant to this issue. When I switched to an SSH connection to a cloud platform with the least packages required, the vscode responded swiftly.