Skip to content

Instantly share code, notes, and snippets.

@christianparpart
Created April 6, 2022 09:12
Show Gist options
  • Save christianparpart/11df2477efd67b6561d0db87b49fa723 to your computer and use it in GitHub Desktop.
Save christianparpart/11df2477efd67b6561d0db87b49fa723 to your computer and use it in GitHub Desktop.
VScode settings.json for Solidity
{
"search.exclude": {
"**/build": true,
"**/release": true,
"**/out": true
},
"cmake.generator": "Ninja",
"cmake.parallelJobs": 24,
"cmake.configureSettings": {
"VCPKG_TARGET_TRIPLET": "x64-windows",
"CMAKE_TOOLCHAIN_FILE": "C:\\source\\3rdparty\\vcpkg\\scripts\\buildsystems/vcpkg.cmake"
},
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment