Skip to content

Commit

Permalink
WIP: Re-anble modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Jul 24, 2022
1 parent b54c3a1 commit a5aa3a0
Show file tree
Hide file tree
Showing 16 changed files with 882 additions and 1,625 deletions.
27 changes: 27 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
// 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 unit tests in library 'householder'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=householder"
],
"filter": {
"name": "householder",
"kind": "lib"
}
},
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit a5aa3a0

Please sign in to comment.