Language Server crashes and can't download cached packages

Hey,

I’m on an M1 mac 12.1 with vscode 1.76.0, julia version 1.8.5, and vscode julia extension v1.38.2. The language server is constantly crashing without a server trace, but with the following output:

 Activating project at `~/.vscode/extensions/julialang.language-julia-1.38.2/scripts/environments/languageserver/v1.8`
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at '/Users/backes/Library/Application Support/Code/User/globalStorage/julialang.language-julia/symbolstorev5'.
[ Info: Starting LS at 1677922506
[ Info: Downloading caches...
┌ Info: Couldn't retrieve cache file for OpenSSL.
└   exception = HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/O/OpenSSL_4d8831e6-92b7-49fb-bdf8-b643e874388c/v1.3.2_df6830e37943c7aaa10023471ca47fb3065cc3c4.tar.gz
[ Info: Downloading caches... (20%)
┌ Info: Couldn't retrieve cache file for MbedTLS.
└   exception = HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/M/MbedTLS_739be429-bea8-5141-9913-cc70e7f3736d/v1.1.7_03a9b9718f5682ecb107ac9f7308991db4ce395b.tar.gz
[ Info: Downloading caches... (40%)
┌ Info: Couldn't retrieve cache file for BitFlags.
└   exception = HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/B/BitFlags_d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35/v0.1.6_629c6e4a7be8f427d268cebef2a5e3de6c50d462.tar.gz
[ Info: Downloading caches... (60%)
┌ Info: Couldn't retrieve cache file for HTTP.
└   exception = HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/H/HTTP_cd3eb016-35fb-5094-929b-558a96fad6f3/v1.5.4_0c0e8d05fdd5e9792b31b7c7841f11a2ff8ad633.tar.gz
[ Info: Downloading caches... (80%)
┌ Info: Couldn't retrieve cache file for LoggingExtras.
└   exception = HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/L/LoggingExtras_e6f89c97-d47a-5376-807f-9c37f3926c36/v1.0.0_cedb76b37bc5a6c702ade66be44f831fa23c681e.tar.gz
[ Info: All cache files downloaded. (100%)
[ Info: Loading Plots from cache... (0%)
[Info  - 10:35:55] Connection to server got closed. Server will restart.

How can I resolve this issue? Is there anywhere a list of compatible LSP, Julia, and vscode versions in case that I have an unsupported combination?

Thanks