diff --git a/.vscode/launch.json b/.vscode/launch.json index 08b114d..9818d34 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,16 @@ "args": ["install", "arduino-iot-cloud-py@v1.3.3"] // Test library with version // "args": ["list", "micropython-rotary"] - // "args": ["find", "cloud"] + }, + { + "type": "node", + "request": "launch", + "name": "Test search", + "skipFiles": [ + "/**" + ], + "program": "${workspaceFolder}/main.js", + "args": ["find", "lcd"] } ] } \ No newline at end of file