Skip to content

Commit

Permalink
Add run config for find command
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Nov 27, 2024
1 parent c4dfb2c commit 9e11dec
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@
"args": ["install", "[email protected]"] // Test library with version

// "args": ["list", "micropython-rotary"]
// "args": ["find", "cloud"]
},
{
"type": "node",
"request": "launch",
"name": "Test search",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/main.js",
"args": ["find", "lcd"]
}
]
}

0 comments on commit 9e11dec

Please sign in to comment.