Skip to content

Commit

Permalink
npx prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed May 22, 2023
1 parent 9626d94 commit 430cb33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
"program": "${workspaceFolder}/target/debug/boa.exe"
},
"program": "${workspaceFolder}/target/debug/boa",
"args": ["${workspaceFolder}/tests/js/test.js", "--debug-object", "-m", "-r", "tests/js"],
"args": [
"${workspaceFolder}/tests/js/test.js",
"--debug-object",
"-m",
"-r",
"tests/js"
],
"sourceLanguages": ["rust"],
"preLaunchTask": "Cargo Build"
}
Expand Down

0 comments on commit 430cb33

Please sign in to comment.