prime/.vscode/extensions.json

9 lines
152 B
JSON
Raw Normal View History

{
"recommendations": [
"ms-vscode.cpptools",
"xaver.clang-format",
2022-11-28 04:56:37 +00:00
"akiramiyakoda.cppincludeguard",
"ms-python.black-formatter"
]
}