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

add cpptools to devcontainer

This commit is contained in:
Maxim Slipenko 2023-07-30 11:01:57 +03:00
parent 145380635e
commit 2fd6a77258

View File

@ -6,9 +6,10 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.autopep8"
],
"ms-python.python",
"ms-python.autopep8",
"ms-vscode.cpptools-extension-pack"
],
"settings": {
"cmake.configureOnOpen": false
}