Skip to content

Commit

Permalink
add plotly ,test ok
Browse files Browse the repository at this point in the history
  • Loading branch information
youngday committed May 25, 2024
1 parent 00ca7f3 commit 9842c96
Show file tree
Hide file tree
Showing 26 changed files with 4,990 additions and 651 deletions.
19 changes: 18 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "lldb",
"request": "launch",
"name": "load_csv",
"cargo": {
"args": [
"build",
"--example=load_csv",
"--package=easy_example"
],
"filter": {
"name": "load_csv",
"kind": "example"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand Down
Loading

0 comments on commit 9842c96

Please sign in to comment.