Skip to content

Commit

Permalink
Add new device to udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 committed Dec 19, 2023
1 parent 750477f commit 9d486b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"python.envFile": "${workspaceFolder}/.env",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "/usr/local/bin/python",
}

0 comments on commit 9d486b4

Please sign in to comment.