This repository has been archived on 2024-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.makefile-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |