Removed old file (using VSCode now).
This commit is contained in:
parent
0275824e86
commit
885bc6e870
|
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue