Julia issue: ERROR: StyledStrings, Julia Language Support

Hello,

I installed some packages (e.g. SciML) and I am getting the following error:

Precompiling VSCodeServer...
Info Given VSCodeServer was explicitly requested, output will be shown live 
ERROR: LoadError: ArgumentError: Package Logging does not have StyledStrings in its dependencies:
- Note that the following manifests in the load path were resolved with a different
  julia version, which may be the cause of the error:
    /home/XXXXX/.vscode/extensions/julialang.language-julia-1.124.2/scripts/environments/terminalserver/v1.11/Manifest.toml (v1.11.0-rc3) ◐ VSCodeServer
- You may have a partially installed environment. Try `Pkg.instantiate()`
  to ensure all packages in the environment are installed.
- Or, if you have Logging checked out for development and have
  added StyledStrings as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with Logging
Stacktrace:
 [1] top-level scope
   @ stdin:4
in expression starting at /usr/share/julia/stdlib/v1.11/Logging/src/Logging.jl:3
in expression starting at stdin:4

Any ideas how we can solve this issue?

Kind regards

Did you try following the suggestions listed?

… of course! It does not work …

What does not work about it? Usually

julia> ] resolve

would be enough to fix it. Also do it in your main environment, meaning

] activate 
] resolve

If that does not work, show your ] st.

Status `~/.julia/environments/v1.11/Project.toml`
  [b964fa9f] LaTeXStrings v1.3.1
  [1dea7af3] OrdinaryDiffEq v6.89.0
  [91a5bcdd] Plots v1.40.8
  [295af30f] Revise v3.6.1
  [9f78cca6] SummationByPartsOperators v0.5.70

Here is the same error: