mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
added a 'mkrelease' config for VS.Code
This commit is contained in:
parent
2c1dc6a18d
commit
5807fbf896
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
@ -14,6 +14,17 @@
|
|||||||
"PYTHONPATH": ".;./pydcs"
|
"PYTHONPATH": ".;./pydcs"
|
||||||
},
|
},
|
||||||
"preLaunchTask": "Prepare Environment"
|
"preLaunchTask": "Prepare Environment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Python: Make Release",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "resources\\tools\\mkrelease.py",
|
||||||
|
"console": "integratedTerminal",
|
||||||
|
"env": {
|
||||||
|
"PYTHONPATH": ".;./pydcs"
|
||||||
|
},
|
||||||
|
"preLaunchTask": "Prepare Environment"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user