Cannot precompile LanguageServer in julia1.10.6 on win11

I cannot precompile my julia 1.10.6 LanuageServer in my new win11. Could you tell me what the problem is? I tried reinstalling Julia, but that didn’t solve it.

Run in julia REPL

using Pkg
Pkg.precompile()
Precompiling project...
   Progress [==========================]  49/50
   LanuageServer

precompile LanguageServer very long time

versioninfo is as follows

julia> versioninfo()
Julia Version 1.10.6
Commit 67dffc4a8a (2024-10-28 12:23 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 16 × Intel(R) Core(TM) Ultra X7 358H
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, goldmont)
Threads: 12 default, 0 interactive, 6 GC (on 16 virtual cores)
Environment:
  JULIA_DEPOT_PATH = D:\Documents\julia
  JULIA_NUM_THREADS = 12
  JULIA_PKG_SERVER = https://mirrors.ustc.edu.cn/julia

precompile LanguageServer has two hours, but not ok.