We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83942e9 commit 19d0c33Copy full SHA for 19d0c33
.devcontainer/devcontainer.json
@@ -37,10 +37,16 @@
37
// "ms-python.python"
38
],
39
"settings": {
40
+ "C_Cpp.default.compilerPath": "/usr/bin/clang",
41
"C_Cpp.default.cStandard": "c11",
42
"C_Cpp.default.defines": [
43
+ "CONFIG_64",
44
"Py_BUILD_CORE"
45
46
+ "C_Cpp.default.includePath": [
47
+ "${workspaceFolder}/*",
48
+ "${workspaceFolder}/Include/**"
49
+ ],
50
// https://github.com/microsoft/vscode-cpptools/issues/10732
51
"C_Cpp.errorSquiggles": "disabled",
52
"editor.insertSpaces": true,
0 commit comments