mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Specify more settings for the C extension of VS Code for dev containers (GH-103229)
Should help with auto-complete.
This commit is contained in:
parent
02f9920900
commit
c71756fa65
1 changed files with 6 additions and 0 deletions
|
@ -37,10 +37,16 @@
|
|||
// "ms-python.python"
|
||||
],
|
||||
"settings": {
|
||||
"C_Cpp.default.compilerPath": "/usr/bin/clang",
|
||||
"C_Cpp.default.cStandard": "c11",
|
||||
"C_Cpp.default.defines": [
|
||||
"CONFIG_64",
|
||||
"Py_BUILD_CORE"
|
||||
],
|
||||
"C_Cpp.default.includePath": [
|
||||
"${workspaceFolder}/*",
|
||||
"${workspaceFolder}/Include/**"
|
||||
],
|
||||
// https://github.com/microsoft/vscode-cpptools/issues/10732
|
||||
"C_Cpp.errorSquiggles": "disabled",
|
||||
"editor.insertSpaces": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue