mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 23:21:41 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"recommendations": [
|
|
"llvm-vs-code-extensions.vscode-clangd",
|
|
"ms-python.black-formatter",
|
|
"ms-python.flake8",
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cmake-tools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"ms-vscode.cpptools",
|
|
]
|
|
}
|