Skip to content

Commit

Permalink
Remove custom wrapper types
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Sep 26, 2023
1 parent 1f0c59f commit b710992
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 103 deletions.
27 changes: 27 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in library 'citationberg'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=citationberg"
],
"filter": {
"name": "citationberg",
"kind": "lib"
}
},
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit b710992

Please sign in to comment.