Initial commit

This commit is contained in:
2018-10-14 22:23:54 +02:00
commit 90957931f2
6 changed files with 959 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Run fenix5Plus_510.gcd",
"type": "shell",
"command": "python3 gcd.py fenix5Plus_510.gcd",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}