Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint committed Dec 2, 2023
2 parents 3cfa1f6 + 1cb9206 commit 54bb3c9
Show file tree
Hide file tree
Showing 7 changed files with 464 additions and 216 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// 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": [
{
"type": "lldb",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/target/debug/surreal-ts",
"args": ["-n", "surreal_ts_test", "-d", "surreal_ts_test", "-s"],
"cwd": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit 54bb3c9

Please sign in to comment.