added ground object templates :

- iads-power
- iads-controlcenter
- iads-ewr
- iads-commnode
This commit is contained in:
David Pierron
2020-10-28 08:09:51 +01:00
parent 14a3279b2c
commit ca5204634a
9 changed files with 17 additions and 1 deletions

12
.vscode/launch.json vendored
View File

@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Main",
"type": "python",
@@ -15,6 +16,17 @@
},
"preLaunchTask": "Prepare Environment"
},
{
"name": "Python: build ground objects templates",
"type": "python",
"request": "launch",
"program": "resources\\tools\\generate_groundobject_templates.py",
"console": "integratedTerminal",
"env": {
"PYTHONPATH": ".;./pydcs"
},
"preLaunchTask": "Prepare Environment"
},
{
"name": "Python: Make Release",
"type": "python",