/
githubmirror
/
libnet
Обзор
Документация
Войти
/
githubmirror
/
libnet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.vscode/c_cpp_properties.json
17 строк
445 B
Valery Ivanov
devcontainer: initial
01 июн 2022, 18:38
01 июн 2022, 18:38
a1b49e6
Код
Авторство
О чём код?
{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64", "compileCommands": "${workspaceFolder}/compile_commands.json" } ], "version": 4 }