deps: update deps
This commit is contained in:
26
.vscode/launch.json
vendored
26
.vscode/launch.json
vendored
@@ -4,25 +4,6 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "debug quirks_path lib",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run",
|
||||
"--lib",
|
||||
"--package=quirks_path"
|
||||
],
|
||||
"filter": {
|
||||
"name": "quirks_path",
|
||||
"kind": "lib"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
@@ -39,8 +20,9 @@
|
||||
}
|
||||
},
|
||||
"args": [
|
||||
"start",
|
||||
"--environment",
|
||||
"recorder/development"
|
||||
"development"
|
||||
],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
@@ -61,14 +43,14 @@
|
||||
},
|
||||
"args": [
|
||||
"--environment",
|
||||
"recorder/development"
|
||||
"development"
|
||||
],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "debug record lib",
|
||||
"name": "debug recorder lib",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
|
||||
Reference in New Issue
Block a user