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 1c82cd1 commit c89f97eCopy full SHA for c89f97e
src/utils/projectGeneration/projectRust.mts
@@ -170,7 +170,7 @@ async function generateVSCodeConfig(projectRoot: string): Promise<boolean> {
170
command: "bash",
171
args: [
172
"-lc",
173
- `cargo sbom --output-format spdx-json > \${command:${extensionName}.${SbomTargetPathDebugCommand.id}}`,
+ `cargo sbom > \${command:${extensionName}.${SbomTargetPathDebugCommand.id}}`,
174
],
175
windows: {
176
command: "powershell",
0 commit comments