1
0
mirror of https://github.com/python-LimeReport/python-LimeReport.git synced 2025-09-07 02:02:23 +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": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"ms-python.python", "ms-python.python",
"ms-python.autopep8" "ms-python.autopep8",
], "ms-vscode.cpptools-extension-pack"
],
"settings": { "settings": {
"cmake.configureOnOpen": false "cmake.configureOnOpen": false
} }