Hi,
In VScode, with the rust-analyser extension installed, above fn main there is a gray triangle with Run|Debug. This is a nice feature to quickly run or debug the code.
Is there a way to configure the command line arguments, like it is done with launch.json?
Hi,
In VScode, with the
rust-analyserextension installed, abovefn mainthere is a gray triangle withRun|Debug. This is a nice feature to quickly run or debug the code.Is there a way to configure the command line arguments, like it is done with
launch.json?