You've already forked sentry-native
mirror of
https://github.com/encounter/sentry-native.git
synced 2026-03-30 11:37:49 -07:00
15738871ae
* avoid windows.h include to make armin happy, and fix build warnings on windows * fix unwinder test on windows * remove old cpp tests * fix(windows): Fix TEST_VISIBLE for MSVC * meta(vscode): Update and clean up settings * meta(ignore): Add VisualStudio files to gitignore * meta(vscode): Add recommended extensions * style: Run make format Co-authored-by: Jan Michael Auer <account@jauer.org>
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"twxs.cmake"
|
|
]
|
|
}
|