Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jul 12, 2024
1 parent 600c785 commit 4faf5ee
Show file tree
Hide file tree
Showing 21 changed files with 5,490 additions and 142 deletions.
28 changes: 28 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
// 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": "Debug executable 'cdk'",
"cargo": {
"args": [
"build",
"--bin=cdk",
"--package=cdk"
],
"filter": {
"name": "cdk",
"kind": "bin"
}
},
"args": [
"run"
],
"cwd": "${workspaceFolder}"
},
]
}
Loading

0 comments on commit 4faf5ee

Please sign in to comment.