This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
FeedbackD-Configuration/.vscode/settings.json

7 lines
162 B
JSON
Raw Normal View History

2020-09-10 00:44:59 +00:00
{
"cmake.configureOnOpen": true,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"files.associations": {
"limits": "c"
}
}