Skip to content

Commit

Permalink
Create windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Barafu committed Oct 5, 2024
1 parent 18ba614 commit 3a27c7c
Show file tree
Hide file tree
Showing 8 changed files with 739 additions and 114 deletions.
12 changes: 10 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
}
},
"args": ["/s"],
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}",
"env": {
"RUST_BACKTRACE": "1",
"RUST_LOG": "debug"
}
},
{
"type": "lldb",
Expand All @@ -38,7 +42,11 @@
}
},
"args": ["/c"],
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}",
"env": {
"RUST_BACKTRACE": "1",
"RUST_LOG": "debug"
}
},
{
"type": "lldb",
Expand Down
Loading

0 comments on commit 3a27c7c

Please sign in to comment.