Then I start REPL I already see ARGS populated
julia> ARGS
4-element Array{String,1}:
"\\\\.\\pipe\\vsc-julia-repl-23904"
"\\\\.\\pipe\\vsc-jl-cr-23904"
"USE_REVISE"
"USE_PLOTPANE"
The questions are:
- is there a way to customize those ARGS?
- and how important are those 4 (can I delete those)?
The code I run actually does rely on ARGS being passed or at least the ones passed be relevant (which above are not, they look like something vscode/julia specific).