mirror of
https://github.com/bshoshany/thread-pool.git
synced 2026-07-21 19:13:00 +04:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"C_Cpp.codeAnalysis.clangTidy.args": [
|
|
"--extra-arg-before=--target=x86_64-pc-windows-msvc",
|
|
],
|
|
"C_Cpp.codeAnalysis.exclude": {
|
|
"misc/**": true,
|
|
"temp/**": true
|
|
}
|
|
}
|