Removed old file (using VSCode now).

This commit is contained in:
Francois Best 2016-10-03 11:19:15 -07:00
parent 0275824e86
commit 885bc6e870
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [".*", "__pycache__"],
"file_exclude_patterns": [".*"]
}
],
"build_systems":
[
{
"name": "Arduino MIDI Library Validator",
"cmd": ["python3", "${project_path}/res/validate.py"],
"path": "/usr/local/bin:/usr/bin:/bin"
}
]
}