1
0
mirror of https://github.com/python-LimeReport/python-LimeReport.git synced 2025-09-04 17:12:22 +03:00
python-LimeReport/.devcontainer/devcontainer.json

12 lines
260 B
JSON

{
"name": "python-LimeReport Dev Container",
"image": "ghcr.io/python-limereport/devcontainer:Qt-6.4.2-Python-3.9",
"customizations": {
"vscode": {
"extensions": [],
"settings": {
"cmake.configureOnOpen": false
}
}
}
}