I frequently need to edit
Cargo.toml files, and so I open them with:
vs.exe cargo.toml
Unfortunately, this closes all of the documents I was working on, and creates a bunch of annoying extra files:
- Cargo.vpj
- Cargo.vpw
- Cargo.vpwhistxml
- Cargo.vtg
I
know I can simply do:
vs.exe -e cargo.toml
...but I always forget, and by the time I hit <ENTER> it's too late... I now have to close the project, re-load the files I want, and delete all the extra files.
Is there any way to tell SlickEdit I *never* want to load a file as a project?