parent
a05d0a52b4
commit
5af605c5c3
@ -0,0 +1,45 @@
|
||||
{
|
||||
// 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 'xlsxtocsv'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=xlsxtocsv",
|
||||
"--package=xlsxtocsv"
|
||||
],
|
||||
"filter": {
|
||||
"name": "xlsxtocsv",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": ["--", "test_masque.csv"],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug unit tests in executable 'xlsxtocsv'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run",
|
||||
"--bin=xlsxtocsv",
|
||||
"--package=xlsxtocsv"
|
||||
],
|
||||
"filter": {
|
||||
"name": "xlsxtocsv",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1 +1 @@
|
||||
,sanchezn,pc-sanchezn,04.10.2025 18:38,file:///home/sanchezn/.config/libreoffice/4;
|
||||
,sanchezn,pc-sanchezn,05.10.2025 16:13,file:///home/sanchezn/.config/libreoffice/4;
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue