Currently, the language server is run with debug logging. We want to remove the additional load of logging everything in production, so we need to remove this for the production env.
Proposal
In file extenssion.ts make so that the executable is run with env RUST_LOG: "debug" only if we are actually debugging with VS code.
Currently, the language server is run with debug logging. We want to remove the additional load of logging everything in production, so we need to remove this for the production env.
Proposal
In file extenssion.ts make so that the executable is run with env
RUST_LOG: "debug"
only if we are actually debugging with VS code.