I commented out the following lines in the ~/.julia/config/startup.jl file and restarted the REPL, but the Revise.jl package was still imported into the workspace. Why?
# try
# using Revise
# catch e
# @warn "Error initializing Revise" exception=(e, catch_backtrace())
# end
Thank you! May I ask how to turn that off in the VS Code? I didn’t find the related description in the documents. I just want to manage these automatically imported packages uniformly in the ~/.julia/config/startup.jl file.