We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b313ed commit 3c95db7Copy full SHA for 3c95db7
src/utils/rustUtil.mts
@@ -326,7 +326,7 @@ export async function downloadAndInstallRust(): Promise<boolean> {
326
}
327
328
// install elf2uf2-rs
329
- const elf2uf2Rs = "elf2uf2-rs";
+ /*const elf2uf2Rs = "elf2uf2-rs";
330
cargoInstResult = await cargoInstall(elf2uf2Rs, true);
331
if (cargoInstResult !== undefined) {
332
void window.showErrorMessage(
@@ -335,7 +335,7 @@ export async function downloadAndInstallRust(): Promise<boolean> {
335
);
336
337
return false;
338
- }
+ }*/
339
340
// install cargo-sbom
341
const cargoSbom = "cargo-sbom";
0 commit comments