If I don't want to use cargo for some reasons, I have the error: could not find 'Cargo.toml'
. Is there any way to disable all Cargo.toml
-related functionality?
I tried this:
{
"cargo": {
"noSysroot": true,
"sysroot": "",
"autoreload": false,
"buildScripts": { "enable": false }
}
}
But this didn't help.