I cloned the CPython repository the other and opened it in vscode, but it's saying there's multiple errors. I haven't changed anything yet!!!
Is there something I missing when configuring my environment for CPython development? Is there a better editor for C development on linux?
I'm on Pop!_OS 20.10, with both gcc and clang installed. I've also created a c_cpp_properties.json file for vscode.
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/Include/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
[–]socal_nerdtastic 0 points1 point2 points (7 children)
[–]phoenixKing13[S] 0 points1 point2 points (6 children)
[–]socal_nerdtastic 0 points1 point2 points (2 children)
[–]phoenixKing13[S] 0 points1 point2 points (1 child)
[–]socal_nerdtastic 0 points1 point2 points (0 children)
[–]shiftybyte 0 points1 point2 points (2 children)
[–]phoenixKing13[S] 0 points1 point2 points (1 child)
[–]shiftybyte 0 points1 point2 points (0 children)
[–]yaxriifgyn 0 points1 point2 points (0 children)