Skip to content

Commit c89f97e

Browse files
committed
Remove redundant argument form sbom generation
Signed-off-by: paulober <[email protected]>
1 parent 1c82cd1 commit c89f97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/projectGeneration/projectRust.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async function generateVSCodeConfig(projectRoot: string): Promise<boolean> {
170170
command: "bash",
171171
args: [
172172
"-lc",
173-
`cargo sbom --output-format spdx-json > \${command:${extensionName}.${SbomTargetPathDebugCommand.id}}`,
173+
`cargo sbom > \${command:${extensionName}.${SbomTargetPathDebugCommand.id}}`,
174174
],
175175
windows: {
176176
command: "powershell",

0 commit comments

Comments
 (0)