Skip to content

Commit

Permalink
Fix VSCode tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Nov 24, 2023
1 parent 03c5d6b commit da73128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"command": "build",
"problemMatcher": ["$rustc"],
"options": {
"cwd": "${workspaceFolder}/bitwarden-c/"
"cwd": "${workspaceFolder}/crates/bitwarden-c/"
},
"group": {
"kind": "build",
Expand All @@ -19,7 +19,7 @@
"command": "build",
"args": ["--release"],
"options": {
"cwd": "${workspaceFolder}/bitwarden-c/"
"cwd": "${workspaceFolder}/crates/bitwarden-c/"
},
"problemMatcher": ["$rustc"],
"label": "rust: bitwarden-c release build"
Expand Down

0 comments on commit da73128

Please sign in to comment.