Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroomp committed Nov 21, 2023
1 parent deed149 commit 009dbbf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions util/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(Windows) Launch",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/target/debug/preflate_util.exe",
"args": ["C:\\repos\\preflate-rs\\myzip.zip"],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"console": "externalTerminal"
}

]


}

0 comments on commit 009dbbf

Please sign in to comment.